This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/36669] Wrong versioning for __float128
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2008 09:40:22 -0000
- Subject: [Bug target/36669] Wrong versioning for __float128
- References: <bug-36669-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from joseph at codesourcery dot com 2008-06-30 09:40 -------
Subject: Re: Wrong versioning for __float128
On Mon, 30 Jun 2008, hjl dot tools at gmail dot com wrote:
> BTW, it turns out that gcc 4.3 has those __float128 functions in libgcc.a.
> That means all __float128 functions are linked in as hidden functions.
> Changing to @GCC_4.3.0 won't make any differences since the ones in
> libgcc_s.so are never used.
They are used if the compiler uses shared libgcc, which is the default for
C++ compilations, for example.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36669