From 0f418a86bd6efeb40469867acf02bdd64a3d77d4 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 10 May 2008 12:00:37 +0000 Subject: [PATCH] re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences) 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 | 6 ++++++ gcc/testsuite/gcc.c-torture/compile/pr11832.c | 2 ++ gcc/testsuite/gcc.c-torture/compile/pr33009.c | 2 ++ 3 files changed, 10 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 84952274dc8..e9dc4f806d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-05-10 Richard Sandiford + + 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 * gcc.dg/pr22231.c: Fix dg-error call. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr11832.c b/gcc/testsuite/gcc.c-torture/compile/pr11832.c index a4c3eece2b6..efb46e0f244 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr11832.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr11832.c @@ -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; diff --git a/gcc/testsuite/gcc.c-torture/compile/pr33009.c b/gcc/testsuite/gcc.c-torture/compile/pr33009.c index 781e1fe001e..8046e09a02d 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr33009.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr33009.c @@ -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; -- 2.30.2