Re: [PATCH] PR c++/51541 - ICE with invalid identifier in alias-declaration

2012-01-05 Thread Jason Merrill
OK. Jason

[PATCH] PR c++/51541 - ICE with invalid identifier in alias-declaration

2012-01-05 Thread Dodji Seketeli
Hello, We crash upon these alias-declarations in which the identifier part is invalid. This is because make_id_declarator is called with an error_mark_node for the identifier. The patch below just avoids calling make_id_declarator in this case. It try to get out as early as possible to avoid the