]> gcc.gnu.org Git - gcc.git/commitdiff
vect-multitypes-5.c: XFAIL on SPARC 32-bit.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 10 Nov 2009 18:01:22 +0000 (18:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 10 Nov 2009 18:01:22 +0000 (18:01 +0000)
* gcc.dg/vect/vect-multitypes-5.c: XFAIL on SPARC 32-bit.
* gcc.dg/vect/vect-multitypes-6.c: Likewise.
* gcc.dg/vect/vect-multitypes-12.c: Likewise.
* gcc.dg/vect/slp-multitypes-3.c: Likewise.

From-SVN: r154070

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/slp-multitypes-3.c
gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
gcc/testsuite/gcc.dg/vect/vect-multitypes-5.c
gcc/testsuite/gcc.dg/vect/vect-multitypes-6.c

index 9985bd937909bb27f228e0c8b1ed38f4b590d15a..2635b758409ed0a7f0735bcd2a5647033e1ab31e 100644 (file)
@@ -1,3 +1,10 @@
+2009-11-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/vect/vect-multitypes-5.c: XFAIL on SPARC 32-bit.
+       * gcc.dg/vect/vect-multitypes-6.c: Likewise.
+       * gcc.dg/vect/vect-multitypes-12.c: Likewise.
+       * gcc.dg/vect/slp-multitypes-3.c: Likewise.
+
 2009-11-10  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/execute/ipa-sra-2.c: Use calloc instead of malloc.
index 0764441c140edc2bfe253559a7223a0b6ba63af3..926cc28a4f64e73300fbc4ac5b25cd085a1554d1 100644 (file)
@@ -88,7 +88,7 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" } } */
+/* { 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 { cleanup-tree-dump "vect" } } */
   
index ca34ea42719f8beabf46a90d12fa0b8283b5a050..977c33255f961cd1a244d34254c31f61a7c7e2af 100644 (file)
@@ -39,6 +39,6 @@ int main (void)
 }
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { target vect_unpack } } } */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_unpack } } } } */
+/* { dg-final { if [ istarget sparc*-*-* ] { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail ilp32 } } else { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_unpack } } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
 
index bfa95524b5425c69a0fad4080b3bf04f9f01e8e6..30ec684068762ab8639454f18c46b5578bef1bd3 100644 (file)
@@ -48,6 +48,6 @@ int main (void)
   return main1 ();
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { sparc*-*-* && ilp32 } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
 
index 450855137a6f1512c25ab7751f2710f7a7d09b76..5bb4be8c37a5339dfcabab60e24cec1a906dd9e3 100644 (file)
@@ -59,7 +59,7 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { sparc*-*-* && ilp32 } }} } */
 /*  { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 6 "vect" { target vect_no_align } } } */
 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 6 "vect" {xfail { vect_no_align } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
This page took 0.083158 seconds and 5 git commands to generate.