http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47429

--- Comment #5 from Navin Kumar <navin.kumar at gmail dot com> 2011-01-24 
18:07:45 UTC ---
Hmm.  I only need -Wfatal-errors because otherwise a small typo can cause
heavily templated code to go berserk and output 10,000 lines of errors. 
Perhaps a compromise is to have the ability to specify how many errors are
tolerated?  Instead of -Wfatal-errors that bombs on the first error, perhaps
-Wfatal-errors=5 that limits the output to 5 errors before failing?

Reply via email to