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: "carlo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Oct 2008 16:48:48 -0000
- Subject: [Bug c++/37773] -Wfatal-errors aborts too early
- References: <bug-37773-7035@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from carlo at gcc dot gnu dot org 2008-10-08 16:48 -------
Here's another one:
../cwchessboard/PgnDatabase.cc:65: error: no matching function for call to
â??util::MemoryBlockList::append(gssize&)â??
../cwchessboard/MemoryBlockList.h:232: note: candidates are: void
util::MemoryBlockList::append(Glib::RefPtr<util::MemoryBlockNode>&, size_t)
With -Wfatal-errors the second line is not printed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37773