[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2016-09-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33952 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2016-09-06 Thread gcc-bugzilla at contacts dot eelis.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33952 --- Comment #5 from Eelis --- (In reply to David Malcolm from comment #4) > Eelis: FWIW, gcc has a -fmax-errors=n option; I wonder if setting that to 1 > might be a better fit for geordi? (just thinking aloud here). It also truncates the error

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2016-09-06 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33952 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2007-10-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-10-31 09:20 --- Apart from the issue regarding that the last two errors should be notes this is really impossible to fix if -Wfatal-errors should continue to work as designed. That is, the only way would be to annotate all

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2007-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-10-30 22:21 --- Well the second error: really should be notes. But really this is doing what -Wfatal-errors is designed to do. -Wfatal-errors is really was only designed to help out reducing testcases and nothing else. --

[Bug c++/33952] -Wfatal-errors truncates multi-line error messages.

2007-10-30 Thread gcc-bugzilla at contacts dot eelis dot net
--- Comment #2 from gcc-bugzilla at contacts dot eelis dot net 2007-10-31 00:44 --- Then perhaps I ought to explain what I'm using -Wfatal-errors for. I wrote an IRC bot called geordi ( http://www.eelis.net/geordi ) that accepts lines of C++ code, compiles them with g++, and either