OSDN Git Service

PR rtl-optimization/33642
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Sep 2008 19:15:19 +0000 (19:15 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Sep 2008 19:15:19 +0000 (19:15 +0000)
* gcc.c-torture/compile/pr11832.c: XFAIL on SPARC.
* gcc.c-torture/compile/pr33009.c: Likewise.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr11832.c
gcc/testsuite/gcc.c-torture/compile/pr33009.c

index 1e5d4d4..a2c85e2 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR rtl-optimization/33642
+       * gcc.c-torture/compile/pr11832.c: XFAIL on SPARC.
+       * gcc.c-torture/compile/pr33009.c: Likewise.
+
 2008-09-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR tree-opt/30930
index 3be7636..8108ae3 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa and PowerPC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* } { "*" } { "" } } */
+/* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC and SPARC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sparc*-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }
index a897c36..efc3023 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa and PowerPC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* } { "*" } { "" } } */
+/* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC and SPARC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sparc*-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }