This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47429] -Wfatal-errors hiding line number of offending caller
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Jan 2011 23:03:13 +0000
- Subject: [Bug c++/47429] -Wfatal-errors hiding line number of offending caller
- Auto-submitted: auto-generated
- References: <bug-47429-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47429
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-01-24 23:02:44 UTC ---
This is working as designed. -Wfatal-errors was really only designed to reduce
testcases and nothing else.
*** This bug has been marked as a duplicate of bug 37773 ***