On Wed, Oct 7, 2009 at 12:24 PM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > 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?
Yes. Richard.