https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103720
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2021-12-14 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=102608 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed, Dom transformed: c$a$0_6 = .DEFERRED_INIT (8, 2, 0); _1 = .DEFERRED_INIT (8, 2, 0); into: c$a$0_6 = .DEFERRED_INIT (8, 2, 0); _1 = c$a$0_6; Which it should not be done. FRE had did the same thing but it was fixed, see PR 102608.