Re: [C++ Patch] PR 60384

2014-03-21 Thread Jason Merrill
Let's assert errorcount|sorrycount before returning in the !identifier case. OK with that change. Jason

[C++ Patch] PR 60384

2014-03-19 Thread Paolo Carlini
Hi, in this minor regression we ICE during error recovery, when push_class_level_binding_1 (called by finish_member_declaration via pushdecl_class_level) gets a TEMPLATE_ID_EXPR as the name argument. It's a regression because, since r199779, invalid declarations get more often through (with