OSDN Git Service

PR testsuite/49542
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jul 2011 08:46:41 +0000 (08:46 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jul 2011 08:46:41 +0000 (08:46 +0000)
* gcc.dg/vect/pr33804.c: XFAIL if vect_no_align unconditionally.
* gcc.dg/vect/slp-multitypes-3.c: XFAIL on SPARC unconditionally.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175905 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 072bf15..97136fe 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 168213e..a4fb386 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 6353448..c5fd52e 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" } } */
-