re PR testsuite/49542 (2 failures in the vectorization testsuite in 64-bit mode)
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 6 Jul 2011 08:46:41 +0000 (08:46 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 6 Jul 2011 08:46:41 +0000 (08:46 +0000)
PR testsuite/49542
* gcc.dg/vect/pr33804.c: XFAIL if vect_no_align unconditionally.
* gcc.dg/vect/slp-multitypes-3.c: XFAIL on SPARC unconditionally.

From-SVN: r175905

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr33804.c
gcc/testsuite/gcc.dg/vect/slp-multitypes-3.c

index 072bf15cd10fa61f9c2da0d65b84a80fd3d13c13..97136fe7348c852ee36d082a49ba55faf2226076 100644 (file)
@@ -1,3 +1,9 @@
+2011-07-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR testsuite/49542
+       * gcc.dg/vect/pr33804.c: XFAIL if vect_no_align unconditionally.
+       * gcc.dg/vect/slp-multitypes-3.c: XFAIL on SPARC unconditionally.
+
 2011-07-05  Jason Merrill  <jason@redhat.com>
 
        PR c++/48157
index 168213ee35fc6bcc5f6e5dd09a5e0c730f91fe71..a4fb38683977f537f995904ebfd34ffc3395a96a 100644 (file)
@@ -11,6 +11,6 @@ void f(unsigned char *s, unsigned char *d, int n) {
     }
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail  { vect_no_align && ilp32 } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { xfail { vect_no_align && ilp32 } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { xfail vect_no_align } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
index 635344893365f63b6199e9c2e38f279a1ecd4b0d..c5fd52ead589cb17bec5ceb225076fe65d0f2386 100644 (file)
@@ -87,7 +87,6 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { sparc*-*-* && ilp32 } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { xfail { sparc*-*-* && ilp32 } }} } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail sparc*-*-* } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { xfail sparc*-*-* } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
-