This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Error handling change
- To: jason at redhat dot com
- Subject: Re: Error handling change
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 30 Jan 01 08:19:51 EST
- Cc: gcc-patches at gcc dot gnu dot org
This is still problematic; now all fatal errors will request a bug report,
even if the error is due to a user mistake.
I didn't change any of that logic, just made sure that the language
routine can be called in all fatal error cases.
What precise circumstance are you talking about?