__float128 typeinfo
Paolo Carlini
paolo.carlini@oracle.com
Sat Jun 7 09:49:00 GMT 2014
Hi,
On 07 giugno 2014 11:42:23 CEST, Marc Glisse <marc.glisse@inria.fr> wrote:
>On Fri, 6 Jun 2014, Paolo Carlini wrote:
>
>> On 06/06/2014 04:16 PM, Marc Glisse wrote:
>>> abi_check is broken before my patch (134 incompatible symbols).
>> Isn't broken for me, though. Likewise, AFAICS, on gcc-testresults. I
>would
>> recommend investigating in some detail what's going on at your end...
>
>Ah, no, abi_check actually passed in the regular bootstrap, it is in
>the
>debug builds (-O0) that it fails because more than a hundred
>non-inlined
>inline functions find their way into the library. False alarm.
Thanks for checking. That is a known issue: short term the only solution I can see is tightening by hand the patterns in the linker script to avoid exporting all the functions which are not inlined anymore at -O0. If nobody has smarter plans I can come to that boring work.
Paolo
More information about the Libstdc++
mailing list