------- Comment #2 from steven at gcc dot gnu dot org 2006-09-15 15:23 ------- Re. comment #1 Yes, it is a _Recursive_ descent parser after all...
Probably the only solution is to parse the label and not descend. This is what the C front end does, see c_parser_statement. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29087