On 04/28/2017 06:58 AM, Paolo Carlini wrote:
Hi,
now that 7.1.0 is almost out of the door, I'm sending a few simple
patches which I have been testing for a while in my trees. This one is
about an error recovery regression: I think it's correct to handle it by
simply returning unconditionally error_mark_node upon "too many
initializers" error. Tested x86_64-linux.
PR c++/71577
* decl.c (reshape_init): Unconditionally return error_mark_node
upon error about too many initializers.
ok
--
Nathan Sidwell