This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/51630] failure to detect missing


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

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-12-21 05:08:32 UTC ---
The syntax of your example was OK, so -fsyntax-only doesn't give errors.  If
-fsyntax-errors only isn't what you're looking for, don't use it.  It's not
clear what you're asking for, maybe you want -Wfatal-errors


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]