https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80735
Martin Jambor <jamborm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > I think this was fixed by r10-3311 which changed IPA SRA. Indeed, IPA-CP now runs before IPA-SRA. Thanks for noticing.