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++/26747] bad break/continue is not dectected until the gimplifier



------- Comment #5 from pcarlini at suse dot de  2007-09-24 18:01 -------
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...


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcarlini at suse dot de


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


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