This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

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


On Wed, Oct 7, 2009 at 12:24 PM, Paolo Carlini <paolo.carlini@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.


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