This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]