This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] Skip ICEing -frtl-abstract-sequences tests for MIPS
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 10 May 2008 13:02:53 +0100
- Subject: [committed] Skip ICEing -frtl-abstract-sequences tests for MIPS
PR 33642 is an ICE about -frtl-abstract-sequences ICEing for various
targets, including MIPS. The PR is quite old now, and progress seems
to have stalled, so I've applied this patch to skip the tests for MIPS.
This'll reduce testsuite noise until the PR is fixed.
Tested on mips64el-linux-gnu and x86_64-linux-gnu. Applied.
Richard
gcc/testsuite/
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: Skip for MIPS.
* gcc.c-torture/compile/pr33009.c: Likewise.
Index: gcc/testsuite/gcc.c-torture/compile/pr11832.c
===================================================================
--- gcc/testsuite/gcc.c-torture/compile/pr11832.c 2008-05-09 18:35:45.000000000 +0100
+++ gcc/testsuite/gcc.c-torture/compile/pr11832.c 2008-05-09 18:36:04.000000000 +0100
@@ -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: gcc/testsuite/gcc.c-torture/compile/pr33009.c
===================================================================
--- gcc/testsuite/gcc.c-torture/compile/pr33009.c 2008-05-09 18:35:44.000000000 +0100
+++ gcc/testsuite/gcc.c-torture/compile/pr33009.c 2008-05-09 18:36:04.000000000 +0100
@@ -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;