From 0ff4f87bfcbab6ec0b3e32eccbd48e330768ba68 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Sat, 10 May 2008 12:00:37 +0000 Subject: [PATCH] gcc/testsuite/ 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 | 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 8495227..e9dc4f8 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 a4c3eec..efb46e0 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 781e1fe..8046e09 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.7.4