Hi, As pointed out by Bin Cheng in https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01575.html, an extra comment line slipped into one of the test cases when I was updating tests for the POWER8 unaligned memory access patch. This comment had the unfortunate side effect of disabling the test for AArch64. This patch removes the comment. Committed as obvious.
Thanks, Bill 2015-04-28 Bill Schmidt <wschm...@linux.vnet.ibm.com> * gcc.dg/vect/vect-33.c: Remove spurious line. Index: gcc/testsuite/gcc.dg/vect/vect-33.c =================================================================== --- gcc/testsuite/gcc.dg/vect/vect-33.c (revision 222350) +++ gcc/testsuite/gcc.dg/vect/vect-33.c (working copy) @@ -36,8 +36,6 @@ int main (void) return main1 (); } -/* vect_hw_misalign && { ! vect64 } */ - /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ /* { dg-final { scan-tree-dump "Vectorizing an unaligned access" "vect" { target { { { ! powerpc*-*-* } && vect_hw_misalign } && { { ! vect64 } || vect_multiple_sizes } } } } } */ /* { dg-final { scan-tree-dump "Alignment of access forced using peeling" "vect" { target { vector_alignment_reachable && { vect64 && {! vect_multiple_sizes} } } } } } */