https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105853
Roger Sayle <roger at nextmovesoftware dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-06-05 Priority|P3 |P1 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 CC| |roger at nextmovesoftware dot com Assignee|unassigned at gcc dot gnu.org |roger at nextmovesoftware dot com --- Comment #2 from Roger Sayle <roger at nextmovesoftware dot com> --- Doh! Mine. Sorry for the breakage. My patch/solution for PR 105856 also resolves this PR. Calling expand_expr with a DECL_INITIAL CONSTRUCTOR from load_register_parameters can trigger unintended pathways, instead we/I need to call the lower level store_constructor directly.