[Bug middle-end/105853] [13 regression] ice in pieces_addr constructor
roger at nextmovesoftware dot com
gcc-bugzilla@gcc.gnu.org
Sun Jun 5 21:40:16 GMT 2022
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.
More information about the Gcc-bugs
mailing list