https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115905
--- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> --- > (In reply to r...@cebitec.uni-bielefeld.de from comment #7) [...] >> I guess so: cfarm216 is current Solaris 11.4/SPARC, the same I use for >> my builds. > > Thanks - could you post your config here, (there's two modes IIRC - with gnu > or > native binutils - does that make any difference?) I run both nightly (as/ld and gas/ld): the failure occured with either config. One point though: with multilib testing, I only see the error with -m32, -m64 is fine somehow. My config (as/ld) boils down to configure 'CC=gcc -m32' 'CXX=g++ -m32' --with-as=/usr/ccs/bin/as --without-gnu-as --enable-languages=c++ --build=sparc-sun-solaris2.11 I just haven't checked a 64-bit-default config, though I suspect it will be the same.