Re: [PATCH] PR c++/51477 - ICE with invalid NSDMI
OK. Jason
[PATCH] PR c++/51477 - ICE with invalid NSDMI
Hello, In the example of this patch, during the implicit declaration of the destructor, walk_field_subobs calls locate_fn_flags on the field invalid field 'x', to locate its destructor. That function pokes the BINFO of that field, which is NULL, and passes it along to lookup_fnfields. And we ICE