This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Skip ICEing -frtl-abstract-sequences tests for MIPS
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, rdsandiford at googlemail dot com
- Date: Sat, 10 May 2008 17:03:42 +0100
- Subject: Re: [committed] Skip ICEing -frtl-abstract-sequences tests for MIPS
- References: <877ie2e58y.fsf@firetop.home> <4825C48B.7040400@codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
> Richard Sandiford wrote:
>> 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.
>
> Why skip, rather than XFAIL? It seems like it would be better to XFAIL,
> so that if this if fixed, we start seeing XPASS.
You can't XFAIL ICEs, AIUI.
Richard