This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/39681] Compile error is not descriptive
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 May 2012 16:42:44 +0000
- Subject: [Bug c++/39681] Compile error is not descriptive
- Auto-submitted: auto-generated
- References: <bug-39681-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39681
--- Comment #8 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-05-14 16:42:44 UTC ---
(In reply to comment #5)
> Like, sorry about my naivete, by adding a cp_parser_skip_to_end_of_statement or
> something right after the error message?!?
That may work and the result should be kind of ok. Anyway, g++ cannot do much
else with 'foo' (no spell-corrector, no searching in enclosing namespaces,
etc.).