Re: [C++ Patch] PR 63693
OK. Jason
[C++ Patch] PR 63693
Hi, in this ICE on invalid, during error recovery resolve_typename_type gets a TYPE which has a DECLTYPE_TYPE as TYPE_CONTEXT and CLASSTYPE_PRIMARY_TEMPLATE_TYPE ICEs on the latter. Checking CLASS_TYPE_P and thus returning the TYPE as is avoids the ICE and passes testing on x86_64-linux. Th