gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 May 2008 12:00:37 +0000 (12:00 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 May 2008 12:00:37 +0000 (12:00 +0000)
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: Skip for MIPS.
* gcc.c-torture/compile/pr33009.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135142 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 8495227..e9dc4f8 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 a4c3eec..efb46e0 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 781e1fe..8046e09 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;