[Bug target/37121] g++ create global symbol for inline function, which make link failed with multiple definitions
ktietz at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Aug 18 11:03:00 GMT 2009
------- Comment #18 from ktietz at gcc dot gnu dot org 2009-08-18 11:03 -------
This bug is fixed by a recent change to our runtime headers. We support now the
NO_INLINE feature for platform headers, too. So, even intrinsic functions
aren't emitted anymore, when __NO_INLINE__ is defined.
--
ktietz at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37121
More information about the Gcc-bugs
mailing list