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 think we can simply check for that and return unify_invalid. Tested x86_64-linux.
Thanks! Paolo.