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 fortran/46625] libquadmath: Mangle internal symbols; rename __float128 <-> string functions


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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-12-01 12:47:13 UTC ---
Regarding the mangled symbols: As
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/11b3845e961393bc
shows there is a real-world issue with MinGW64 and static linking as MinGW64
also uses gdtoa.

MinGW64 now mangles the symbols using gdtoaimp.h by using
  #define <symbol_D2A> <prefix>_<symbol_D2A>
with a suitable __prefix.


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