re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences)
authorHans-Peter Nilsson <hp@axis.com>
Mon, 21 Jul 2008 01:37:55 +0000 (01:37 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 21 Jul 2008 01:37:55 +0000 (01:37 +0000)
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: Skip for CRIS.
* gcc.c-torture/compile/pr33009.c: Likewise.

From-SVN: r138019

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

index 2e352b5c0c6a8f0e794871dc542de8f4cca8fa78..8ef09406161604ffe8c4b75f2a583363bab7b590 100644 (file)
@@ -1,5 +1,9 @@
 2008-07-21  Hans-Peter Nilsson  <hp@axis.com>
 
+       PR rtl-optimization/33642
+       * gcc.c-torture/compile/pr11832.c: Skip for CRIS.
+       * gcc.c-torture/compile/pr33009.c: Likewise.
+
        PR middle-end/36509
        * gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: XFAIL.
 
index 88469ff694006824a74da6f943957613c1d50565..60017d3fb88f4fc632b36a7985f62dba0ca3965d 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for MIPS and PowerPC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* } { "*" } { "" } } */
+/* Currently ICEs for MIPS, CRIS and PowerPC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }
index 79a4b62a3a6292f8eca87428b49784d0366c3c57..026162c2e700296c4c18a029bf37a9016d497083 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for MIPS and PowerPC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* } { "*" } { "" } } */
+/* Currently ICEs for MIPS, CRIS and PowerPC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }