This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Any very recent inlining changes (libstdc++' ABI check fails in mainline) ?
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Richard Guenther <richard dot guenther at gmail dot com>
- Cc: Paolo Carlini <paolo dot carlini at oracle dot com>, gcc at gcc dot gnu dot org, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 7 Oct 2009 13:59:52 +0200
- Subject: Re: Any very recent inlining changes (libstdc++' ABI check fails in mainline) ?
- References: <4ACC6C45.30500@oracle.com> <84fc9c000910070329t3531725eqe25a5dabc837b0fb@mail.gmail.com>
> > 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.
This might be patch I commited today morning. It would help if you
could just send me testcase showing what function is not getting inlined
and I will investigate.
It changes behaviour WRT COMDAT in some cases, so it might be effect of
this.
Honza
>
> Richard.