This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37773] -Wfatal-errors aborts too early
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Jan 2011 10:08:57 +0000
- Subject: [Bug c++/37773] -Wfatal-errors aborts too early
- Auto-submitted: auto-generated
- References: <bug-37773-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37773
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-25 10:08:42 UTC ---
(In reply to comment #5)
> (In reply to comment #3)
> > Works as desigened. Really ;)
>
> So what is the point of -fmax-errors=N ?
Eh? Surely -fmax-errors *is* the option intended to be useful to users who want
to limit the error output.
Just because -Wfatal-errors is designed for something different, doesn't mean
-fmax-errors has no point.