[Bug c++/26747] bad break/continue is not detected until the gimplifier
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 26 08:24:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26747
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu.org
--- Comment #6 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2011-09-26 08:06:31 UTC ---
(In reply to comment #5)
> Isn't the C++ front-end also fixed? I can confirm that currently the error
> comes from cp_parser_jump_statement. In general, the check in build_bc_goto is
> apparently dead: I have been able to build and test with gcc_assert (label) in
> its place...
So, remove it and close this for good?
More information about the Gcc-bugs
mailing list