This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51630] failure to detect missing
- From: "ramey at rrsd dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Dec 2011 21:04:38 +0000
- Subject: [Bug c++/51630] failure to detect missing
- Auto-submitted: auto-generated
- References: <bug-51630-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630
Robert Ramey <ramey at rrsd dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Robert Ramey <ramey at rrsd dot com> 2011-12-20 21:04:38 UTC ---
thank you for a prompt and spot on answer. I looked for some more information
on the -fsyntax-only option but didn't find it. These days with lots of
template libraries, skipping the instantiation misses a lot of syntax errors.
Perhaps another option is in order?
Thank you again.
Robert Ramey