http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139
--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > FWIW, I was able to bootstrap subversion id 202295 on my x86_68 laptop > running RHEL 6.4, building c, c++, fortran languages, and using > --enable-lto --without-ppl --without-cloog. The failure is in libobj: libtool: compile: /opt/gcc/build_w/./gcc/xgcc -B/opt/gcc/build_w/./gcc/ -B/opt/gcc/gcc4.9w/x86_64-apple-darwin10.8.0/bin/ -B/opt/gcc/gcc4.9w/x86_64-apple-darwin10.8.0/lib/ -isystem /opt/gcc/gcc4.9w/x86_64-apple-darwin10.8.0/include -isystem /opt/gcc/gcc4.9w/x86_64-apple-darwin10.8.0/sys-include /opt/gcc/work/libobjc/sendmsg.c -c -I. -I/opt/gcc/work/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/opt/gcc/work/libobjc/../gcc -I/opt/gcc/work/libobjc/../gcc/config -I../.././gcc -I/opt/gcc/work/libobjc/../libgcc -I../libgcc -I/opt/gcc/work/libobjc/../include -fno-common -DPIC -o .libs/sendmsg.o xgcc: internal compiler error: Segmentation fault (program cc1) This may be related to pr58269: compiling the reduced test in comment #2 with the buid compiler gives the following ICE [macbook] f90/bug% /opt/gcc/build_w/./gcc/xgcc -B/opt/gcc/build_w/./gcc/ pr58269.c xgcc: internal compiler error: Segmentation fault (program cc1) Abort I am currently bootstrapping with r202295 reverted (2hours to go).