Re: [PATCH] Fix tsubst_init error recovery (PR c++/78649)

2016-12-02 Thread Jason Merrill
OK. On Fri, Dec 2, 2016 at 3:41 PM, Jakub Jelinek wrote: > Hi! > > Trying to value initialize error_mark_node type ICEs, other spots avoid > calling build_value_init* if the type is error_mark_node. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? > >

[PATCH] Fix tsubst_init error recovery (PR c++/78649)

2016-12-02 Thread Jakub Jelinek
Hi! Trying to value initialize error_mark_node type ICEs, other spots avoid calling build_value_init* if the type is error_mark_node. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-12-02 Jakub Jelinek PR c++/78649 * pt.c