Re: [C++ Patch] PR 58614

2015-01-15 Thread Jason Merrill
OK. Jason

[Ping] [C++ Patch] PR 58614

2015-01-15 Thread Paolo Carlini
Hi, pinging this patchlet... https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01926.html On 12/29/2014 03:54 PM, Paolo Carlini wrote: Hi, in this ICE on invalid, we crash during error recovery when maybe_adjust_types_for_deduction gets an elt which has TREE_TYPE (elt) == error_mark_node. I

[C++ Patch] PR 58614

2014-12-29 Thread Paolo Carlini
Hi, in this ICE on invalid, we crash during error recovery when maybe_adjust_types_for_deduction gets an elt which has TREE_TYPE (elt) == error_mark_node. I think we can simply check for that and return unify_invalid. Tested x86_64-linux. Thanks, Paolo. / /cp 2014-12