https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110194
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- That is complete misunderstanding on what -Winline is about. You ask the compiler to tell you when some function marked inline is not actually inlined. That is nothing generally bad or good, it is an information you asked the compiler to emit and it emitted it. If you don't want that information, don't use -Winline.