This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Very recent libstdc++ breakage: testsuite_shared.so cannot be built anymore
- From: Martin Jambor <mjambor at suse dot cz>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Paolo Carlini <paolo dot carlini at oracle dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, jamborm at gcc dot gnu dot org, hubicka at gcc dot gnu dot org
- Date: Sat, 26 Jun 2010 01:46:17 +0200
- Subject: Re: Very recent libstdc++ breakage: testsuite_shared.so cannot be built anymore
- References: <4C24C24B.3090608@oracle.com> <AANLkTil4JBsskTcnsErnHC1pJoXkGXwDPpIEbblzfGt0@mail.gmail.com>
Hi,
On Fri, Jun 25, 2010 at 11:38:39AM -0700, H.J. Lu wrote:
> On Fri, Jun 25, 2010 at 7:50 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> > Hi,
> >
> > everything was fine until this morning, now upon make-check in the v3
> > dir, during the final link for testsuite_shared.so, ld spills:
> >
> > relocation R_X86_64_PC32 against symbol
> > `__gnu_cxx::__common_pool<__gnu_cxx::__pool, true>::_S_get_pool()' can
> > not be used when making a shared object; recompile with -fPIC
> >
>
> This is caused by one of:
>
> http://gcc.gnu.org/ml/gcc-patches/2010-06/msg02571.html
> http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01990.html
The failure went away when I checked out revision 161381 while still
being present on revision 161382 so it is the partial inlining that
has caused it.
Martin