re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences)
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 10 May 2008 12:00:37 +0000 (12:00 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 10 May 2008 12:00:37 +0000 (12:00 +0000)
gcc/testsuite/
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: Skip for MIPS.
* gcc.c-torture/compile/pr33009.c: Likewise.

From-SVN: r135142

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

index 84952274dc8fdde87ee86d53209fe6ce036a9f28..e9dc4f806d6c30040410120dba5de73cf5751059 100644 (file)
@@ -1,3 +1,9 @@
+2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       PR rtl-optimization/33642
+       * gcc.c-torture/compile/pr11832.c: Skip for MIPS.
+       * gcc.c-torture/compile/pr33009.c: Likewise.
+
 2008-05-09  Tom Tromey  <tromey@redhat.com>
 
        * gcc.dg/pr22231.c: Fix dg-error call.
index a4c3eece2b6e50edc59a2085b1b50754fd058f1d..efb46e0f2442acfb59ec94e21fe91320ca5fbc0a 100644 (file)
@@ -1,4 +1,6 @@
 /* { dg-do compile } */
+/* Currently ICEs for MIPS; see PR33642.  */
+/* { dg-skip-if "PR33642" { mips*-*-* } { "*" } { "" } } */
 /* { dg-options "-frtl-abstract-sequences" } */
 
 int a, b, e;
index 781e1fe001e3513c05b740af755e46991726d4f9..8046e09a02d0b710f1ad7c1d571a82cc7609a5df 100644 (file)
@@ -1,4 +1,6 @@
 /* { dg-do compile } */
+/* Currently ICEs for MIPS; see PR33642.  */
+/* { dg-skip-if "PR33642" { mips*-*-* } { "*" } { "" } } */
 /* { dg-options "-frtl-abstract-sequences" } */
 
 char *progName;