On both alpha-dec-osf4.0f and alpha-dec-osf5.1b, current mainline (as of r126588) fails to bootstrap: /vol/gccsrc/obj/gcc-4.3.0-20070712/4.0f-gcc/./gcc/xgcc -B/vol/gccsrc/obj/gcc-4.3.0-20070712/4.0f-gcc/./gcc/ -B/vol/gcc/alpha-dec-osf4.0f/bin/ -B/vol/gcc/alpha-dec-osf4.0f/lib/ -isystem /vol/gcc/alpha-dec-osf4.0f/include -isystem /vol/gcc/alpha-dec-osf4.0f/sys-include -g -fkeep-inline-functions -O2 -O2 -g -O2 -mieee -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I/vol/gcc/src/gcc-dist/libgcc -I/vol/gcc/src/gcc-dist/libgcc/. -I/vol/gcc/src/gcc-dist/libgcc/../gcc -I/vol/gcc/src/gcc-dist/libgcc/../include -DHAVE_CC_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c /vol/gcc/src/gcc-dist/libgcc/../gcc/libgcov.c /vol/gcc/src/gcc-dist/libgcc/../gcc/libgcov.c: In function '__gcov_execl': /vol/gcc/src/gcc-dist/libgcc/../gcc/libgcov.c:838: internal compiler error: in build2_stat, at tree.c:3077 This happens at -O and -O0 as well. I've last bootstrapped successfully on 20070612. Environment: System: OSF1 hindemith V4.0 1229 alpha Machine: alpha host: alpha-dec-osf4.0f build: alpha-dec-osf4.0f target: alpha-dec-osf4.0f configured with: /vol/gcc/src/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --host alpha-dec-osf4.0f --build alpha-dec-osf4.0f --target alpha-dec-osf4.0f --with-gmp=/vol/gcc --with-mpfr=/vol/gcc --enable-languages=c,c++,fortran,java,objc,ada --disable-libmudflap How-To-Repeat: Bootstrap mainline as described above.
Almost a month after the patch broke alpha bootstrap, I guess that means nobody cares that much. *** This bug has been marked as a duplicate of 32522 ***
Subject: Re: [4.3 regression] ICE in build2_stat, at tree.c:3077 bootstrapping on Tru64 UNIX pinskia at gcc dot gnu dot org writes: > Almost a month after the patch broke alpha bootstrap, I guess that means nobody > cares that much. Not really: it's rather too many platforms and too much breakage for me to handle ;-) Rainer