------- Comment #1 from manu at gcc dot gnu dot org 2007-11-16 15:49 ------- What does -Winline say?
Have you tried with always_inline? Example: /* Prototype. */ inline void foo (const char) __attribute__((always_inline)); See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html and http://gcc.gnu.org/onlinedocs/gcc/Inline.html -- manu at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21628