Tested on x86_64-unknown-linux-gnu, applied. Richard.
2018-03-27 Richard Biener <rguent...@suse.de> PR testsuite/84004 * gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for alignment. Index: gcc/testsuite/gcc.dg/vect/vect-95.c =================================================================== --- gcc/testsuite/gcc.dg/vect/vect-95.c (revision 258851) +++ gcc/testsuite/gcc.dg/vect/vect-95.c (working copy) @@ -56,7 +56,7 @@ int main (void) } /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ -/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" { xfail {vect_element_align} } } } */ +/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */ /* For targets that support unaligned loads we version for the two unaligned stores and generate misaligned accesses for the loads. For targets that