This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Error handling change
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Subject: Re: Error handling change
- From: Jason Merrill <jason at redhat dot com>
- Date: 30 Jan 2001 12:44:40 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- References: <10012161625.AA10272@vlsi1.ultra.nyu.edu>
>>>>> "Richard" == Richard Kenner <kenner@vlsi1.ultra.nyu.edu> writes:
> Sat Dec 16 10:41:11 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
> * diagnostic.c (finish_abort): Deleted.
> (fatal): Add code from fninish_abort.
This is still problematic; now all fatal errors will request a bug report,
even if the error is due to a user mistake.
Jason