https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110049
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- it correctly says *enable*. always_inline applies regardless of any inline flag (even -fno-inline doesn't prohibit inlining of them) or optimization level (even at -O0 the functions are inline expanded). Note bugzilla isn't a good place to ask such questions. There's the gcc-h...@gcc.gnu.org mailing list for this.