Re: Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Ian Lance Taylor
Stephan Bergmann writes: >> That said, this message from the linker is a warning, and you can >> normally ignore it. > > Hm, for me it resulted in an ld exit code of 1, but maybe that was due to one > of the additional command line switches apart from -shared when linking (but > which did not o

Re: Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Stephan Bergmann
On Aug 31, 2011, at 10:07 PM, Ian Lance Taylor wrote: > Stephan Bergmann writes: > >> I am trying to track down an error that can at least be observed when >> building recent versions of LibreOffice (e.g., revision >> bf3ff35d8c96315c35cf8dc8495be4b488b55cb6 of >> git://anongit.freedesktop.org

Re: Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Ian Lance Taylor
Stephan Bergmann writes: > I am trying to track down an error that can at least be observed when > building recent versions of LibreOffice (e.g., revision > bf3ff35d8c96315c35cf8dc8495be4b488b55cb6 of > git://anongit.freedesktop.org/libreoffice/core) on Fedora 15 i386 (i.e., with > GCC 4.6.0

Linker stumbles over non-grouped .text/.rodata for a C++ function

2011-08-31 Thread Stephan Bergmann
I am trying to track down an error that can at least be observed when building recent versions of LibreOffice (e.g., revision bf3ff35d8c96315c35cf8dc8495be4b488b55cb6 of git://anongit.freedesktop.org/libreoffice/core) on Fedora 15 i386 (i.e., with GCC 4.6.0 20110603 (Red Hat 4.6.0-10)). The pr