------- Comment #3 from laurent at guerby dot net 2010-06-12 14:39 ------- Fixing by reverting Steven patch is not enough to regain bootstrap on arm, here is the error during stage2:
/home/guerby/build/./prev-gcc/xgcc -B/home/guerby/build/./prev-gcc/ -B/n/57/guerby/install-trunk-160646/armv5tel-unknown-linux-gnueabi/bin/ -B/n/57/guerby/install-trunk-160646/armv5tel-unknown-linux-gnueabi/bin/ -B/n/57/guerby/install-t\ runk-160646/armv5tel-unknown-linux-gnueabi/lib/ -isystem /n/57/guerby/install-trunk-160646/armv5tel-unknown-linux-gnueabi/include -isystem /n/57/guerby/install-trunk-160646/armv5tel-unknown-linux-gnueabi/sys-include -c -g -O2 -gtog\ gle -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -f\ no-common -DHAVE_CONFIG_H -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include -I../../trunk/gcc/../libdecnumber -I../../trunk/gcc/../libdecnumber/dpd -I../libdecnumber \ ../../trunk/gcc/config/arm/arm.c -o arm.o ../../trunk/gcc/config/arm/arm.c: In function 'thumb2_reorg': ../../trunk/gcc/config/arm/arm.c:11466:19: error: initialization from incompatible pointer type [-Werror] ../../trunk/gcc/config/arm/arm.c:11467:9: error: passing argument 3 of 'gen_rtx_fmt_E_stat' from incompatible pointer type [-Werror] ./genrtl.h:60:1: note: expected 'rtvec' but argument is of type 'rtx' ../../trunk/gcc/config/arm/arm.c:11460:9: error: unused variable 'op1' [-Werror=unused-variable] cc1: all warnings being treated as errors make[3]: *** [arm.o] Error 1 make[3]: Leaving directory `/home/guerby/build/gcc' make[2]: *** [all-stage2-gcc] Error 2 make[2]: Leaving directory `/home/guerby/build' make[1]: *** [stage2-bubble] Error 2 make[1]: Leaving directory `/home/guerby/build' make: *** [bootstrap] Error 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44458