On Mon, 16 Aug 1999, Matthias Klose wrote: > - includes gpc again. please turn it off for archs, where it does not > build, or inform one of the gpc maintainers and give him access to a > machine ;-)
It fails on alpha with an internal compiler error (it's compiling with -O2, which has been known in the past to cause problems on Alpha). Email me for access to the machine if you need it :-) Here's the relevant portion of the log: ../.././xgpc -B../.././ -c -I. -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -g -O2 -DBSD_RTS=0 `if [ [EMAIL PROTECTED]@ = xyes ] ; then echo -fPIC; fi` --unit-path=/src/gcc/gcc-2.95.1/src/gcc/p/rts --automake /src/gcc/gcc-2.95.1/src/gcc /p/rts/heap.pas /src/gcc/gcc-2.95.1/src/gcc/p/rts/error.pas: In function `Geterrormessage': /src/gcc/gcc-2.95.1/src/gcc/p/rts/error.pas:362: Internal compiler error in `copy_to_mode_reg', at explow.c:669 Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions. gpc1: ../.././xgpc exited with status 1 /src/gcc/gcc-2.95.1/src/gcc/p/rts/heap.pas:30: module/unit `error' could not be compiled make[5]: *** [heap.o] Error 1 make[5]: Leaving directory `/src/gcc/gcc-2.95.1/build/gcc/p/rts' make[4]: *** [pascal.rts] Error 2 make[4]: Leaving directory `/src/gcc/gcc-2.95.1/build/gcc' make[3]: *** [boot_stage_c] Error 2 make[3]: Leaving directory `/src/gcc/gcc-2.95.1/build/gcc' make[2]: *** [bootstrap-lean] Error 2 make[2]: Leaving directory `/src/gcc/gcc-2.95.1/build' s=`cat status`; rm -f status; test $s -eq 0 make[1]: *** [stamps/05-build-stamp] Error 1 make[1]: Leaving directory `/src/gcc/gcc-2.95.1' make: *** [stamps/05-build-stamp] Error 2

