------- Comment #4 from espindola at google dot com 2009-10-06 12:37 ------- I was trying to do a manual bootstrap. Just compiled a gcc with --disable-bootstrap --with-ld=gold and used that to try to build a new one:
CC="$HOME/gcc/inst/bin/gcc -flto -use-linker-plugin" ../gcc-git/configure --enable-lto --enable-gold --with-ld=$HOME/binutils/inst/bin/ld --enable-languages=c --disable-bootstrap will try again with type-checking disabled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41598