Re: [C++ Patch] PR 55368
OK. Jason
[C++ Patch] PR 55368
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