https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78903
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- As mentioned section does not block inlining. So this is exacted. You need to use noinline or noipa to get that effect.