]> gcc.gnu.org Git - gcc.git/commitdiff
re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences)
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 20 Sep 2008 19:15:19 +0000 (19:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 20 Sep 2008 19:15:19 +0000 (19:15 +0000)
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: XFAIL on SPARC.
* gcc.c-torture/compile/pr33009.c: Likewise.

From-SVN: r140516

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

index 1e5d4d4e04a6d4bc48862353d770044150e0a7ac..a2c85e21df495184b62efc7d6a1dfae434ab866c 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 3be763632998ba40968419f766e4870e435969e5..8108ae3c2645c631cd23999b2ce8ac3e6b51cccb 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 a897c36bdd75ca2fbf21a09a80b8b94fdc1a4625..efc30233eee0449304ec459fc9e030713d5e7180 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.*" }
This page took 0.097022 seconds and 5 git commands to generate.