Re: Suggestion: Different exit code for ICE

2005-02-24 Thread Mark Mitchell
Janis Johnson wrote: On Thu, Feb 24, 2005 at 11:46:20AM +0100, Volker Reichelt wrote: Regressions that cause ICE's on invalid code often go unnoticed in the testsuite, since regular errors and ICE's both match { dg-error "" }. See for example g++.dg/parse/error16.C which ICE's since yesterday, but

Re: Suggestion: Different exit code for ICE

2005-02-24 Thread Janis Johnson
On Thu, Feb 24, 2005 at 11:46:20AM +0100, Volker Reichelt wrote: > Regressions that cause ICE's on invalid code often go unnoticed in the > testsuite, since regular errors and ICE's both match { dg-error "" }. > See for example g++.dg/parse/error16.C which ICE's since yesterday, > but the testsuite

Re: Suggestion: Different exit code for ICE

2005-02-24 Thread Sam Lauber
> Regressions that cause ICE's on invalid code often go unnoticed in the > testsuite, since regular errors and ICE's both match { dg-error "" }. > See for example g++.dg/parse/error16.C which ICE's since yesterday, > but the testsuite still reports "PASS": > >Executing on host: > /Work/reich