From: rsandifo Date: Sat, 10 May 2008 12:00:37 +0000 (+0000) Subject: gcc/testsuite/ X-Git-Tag: upstream/4.9.2~42286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ff4f87bfcbab6ec0b3e32eccbd48e330768ba68;p=platform%2Fupstream%2Flinaro-gcc.git 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 --- 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;