https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95494
--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- > (In reply to r...@cebitec.uni-bielefeld.de from comment #4) >> > --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- >> > Is there a compile farm machine I can test it on? >> >> Sure: gcc211 should do the trick. > > Thanks. > Unfortunately, I can't build the current master due to switch to C++11: [...] > Is there a compiler in /opt that can build current GCC? Drats, this system (like several others in the cfarm) urgently needs some love ;-) I've placed the self-compiled gcc 8.1.0 which I'm using all the time on my systems to bootstrap master into ~ro/gcc/8. You will probably have to point configure at /opt/csw for sufficiently recent gmp, mpfr, and mpc, though. All this should live in /opt/cfarm/{gcc,gmp,mpfr,mpc}-latest, following cfarm standards... Rainer