------- Comment #2 from jakub at gcc dot gnu dot org 2009-08-31 08:05 ------- That's correct. In C++ gnu_inline attribute always means the GNU C extern inline function, i.e. it is inlined if deemed desirable and otherwise you must provide an external definition of the function. If you don't do this, don't use gnu_inline attribute...
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41194