Re: [C++ Patch] PR 55368

2012-11-19 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 55368

2012-11-19 Thread Paolo Carlini
Hi, the issue is that we accept a stray comma at the end of a member declaration. The reason is very simple: toward the end of the cp_parser_member_declaration main loop, we simply consume a comma token, without checking that isn't immediately followed by a semi colon. Thus the below, which p