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.carl...@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