Re: [C++ Patch] PR 51431
OK. Jason
[C++ Patch] PR 51431
Hi, for this ICE on invalid, where we crash because we try to set AGGR_INIT_ZERO_FIRST (ctor) = 1 on the error_mark_node returned by build_aggr_init_expr, I think it's fine to just move the check like in the below, because build_aggr_init_expr itself can handle ctor == error_mark_node. Test