http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47716
--- Comment #4 from Laurent GUERBY <laurent at guerby dot net> 2011-02-15 14:17:09 UTC --- Tobias, the patch you mentionned did allow bootstrap with c,fortran and without disabling libquadmath for gcc version 4.6.0 20110212 (experimental) [trunk revision 170072] (GCC). Feel free to ask for a farm account this will be much more efficient than going through me for each test, instructions here: http://gcc.gnu.org/wiki/CompileFarm Building GCC on gcc70/NetBSD is simple: PATH=/opt/cfarm/dejagnu-1.4.4/bin:$PATH export MAKE=gmake cd svn co svn://gcc.gnu.org/svn/gcc/trunk cd trunk contrib/gcc_update cd mkdir build cd build ../trunk/configure --prefix=${HOME}/install-4.6-r170072-c --disable-nls --enable-__cxa_atexit --enable-threads=posix --with-gmp=/opt/cfarm/gmp-5.0.1 --with-mpfr=/opt/cfarm/mpfr-3.0.0 --with-mpc=/opt/cfarm/mpc-0.8.2 --enable-languages=c,fortran gmake -j 2