Re: [PATCH] PR c++/51194 - ICE with invalid alias template
OK. Jason
[PATCH] PR c++/51194 - ICE with invalid alias template
#x27; template being error_mark_node, we just crash. Now lookup_template_class_1 returns early when the type of the template is error_mark_node. Bootstrapped and tested on x86_64-unknown-linux-gnu against trunk. From: Dodji Seketeli Date: Fri, 18 Nov 2011 19:35:04 +0100 Subject: [PATCH] PR c++/511