https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96252
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=14295 Last reconfirmed|2021-02-14 00:00:00 |2025-2-21 --- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So comment #0 is harder to implement copy prop for aggegrates. The reason is you need to prove the two `l` and two `r` are exactly the same and the address is taken for both of them. The dup bugs 101474 and bug 115097 are fixed via the patch for PR 14295.