https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78903
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- noinline is not a workaround; if you don't want some function to be inlined, use noinline attribute, period. The section attribute itself is not a reason not to inline (and should not be).