Any very recent inlining changes (libstdc++' ABI check fails in mainline) ?

Paolo Carlini paolo.carlini@oracle.com
Wed Oct 7 10:24:00 GMT 2009


Hi,

today I'm seeing an ABI check failure in mainline, x86_64-linux, 11
incompatible symbols: my preliminary analysis shows that the problem is
the recurring one, simple, but annoying: some small functions are not
inlined anymore, thus inadvertently exported (with an old version
number, because of a loose pattern in the linker script). For example:

2
_ZNKSt8ios_base6getlocEv
std::ios_base::getloc() const
version status: incompatible
GLIBCXX_3.4
type: function
status: added

Are there very recent inlining changes?

Thanks,
Paolo.
 



More information about the Libstdc++ mailing list