Re: [C++ Patch] PR 59269
OK. Jason
[C++ Patch] PR 59269
Hi, I think we can handle this 4.9 Regression ICE in build_value_init_noctor the same way as cx_check_missing_mem_inits: only enforce !TYPE_HAS_COMPLEX_DFLT when errorcount == 0 (I also double checked that in the case at issue type_has_constexpr_default_constructor is true). Tested x86_64-li