https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109213
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|13.4 |15.0 Status|NEW |RESOLVED --- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Fixed by r15-4334-g60de5585812f59 where we can remove the o and r array before inlining and we get decent stack usage information now before inlining which we didn't get before hand.