libstdc++: Add script to update docs for a new release branch
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-peel-4.c
blob3b5272f284f7eb1f528d46524abdc931c77e4795
1 /* Disabling epilogues until we find a better way to deal with scans. */
2 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
3 /* { dg-require-effective-target vect_int } */
4 /* { dg-add-options bind_pic_locally } */
6 #include "vect-peel-4-src.c"
8 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */
9 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail { ! vect_unaligned_possible } } } } */
10 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */