https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85175
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23384 --- Comment #18 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >The problem is that i is addressable, so it is not in SSA form. That is because the escape anlysis is not fully flow sensitive, see PR 23384 for the missed optimization. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23384 [Bug 23384] escaped set should be flow sensitive