This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/37121] g++ create global symbol for inline function, which make link failed with multiple definitions



------- Comment #17 from ktietz at gcc dot gnu dot org  2009-04-21 08:49 -------
Ah, C++ makes here the trouble. We found the same issue about math.h. Here I
fixed it by avoiding to define the inline functions for C++.
I assumed it was fixed already, but this doesn't seem so. It seems that in C++
the meaning of inline functions in extern "C" blocks has altered by intention,
or this regression still exists.

Kai


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37121


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]