]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect-33.c: Don't exclude "Vectorizing an unaligned access" test for non-PowerPC arches.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Mon, 22 Jun 2015 14:42:15 +0000 (14:42 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Mon, 22 Jun 2015 14:42:15 +0000 (14:42 +0000)
2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.dg/vect/vect-33.c: Don't exclude "Vectorizing an unaligned
access" test for non-PowerPC arches.

From-SVN: r224733

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-33.c

index 27d71ca069d0344a7010ecb7dcf43f6a2bf1fb76..b6e52d2b4e1409026d781e8a6205fa0efdbadcfd 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.dg/vect/vect-33.c: Don't exclude "Vectorizing an unaligned
+       access" test for non-PowerPC arches.
+
 2015-06-18  Richard Biener  <rguenther@suse.de>
 
        Backport from mainline
index d4126afb9aec2a15b2877a83ce211b10df707da9..f80890dd0d4e8fba4aaf113ae576d6040a82f51e 100644 (file)
@@ -38,7 +38,7 @@ int main (void)
 
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  } } */
-/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" { target { ! vect_hw_misalign } } } } */
+/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" { target { { ! powerpc*-*-* } || { ! vect_hw_misalign } } } } } */
 /* { dg-final { scan-tree-dump "Alignment of access forced using peeling" "vect" { target vector_alignment_reachable } } } */
 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 1 "vect" { target { {! vector_alignment_reachable} && {! vect_hw_misalign} } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */