Re: [PATCH] PR c++/51541 - ICE with invalid identifier in alias-declaration
OK. Jason
[PATCH] PR c++/51541 - ICE with invalid identifier in alias-declaration
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