On Fri, Jun 25, 2010 at 11:38 AM, H.J. Lu <hjl.to...@gmail.com> 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 >
I opened a bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44671 -- H.J.