libjava of gcc 4.0.0 won't build on Tru64 alpha. Tried with either the dec cc compiler and gcc 3.4.3, with and without '-Wa,-oldas'.
gcc -v Reading specs from /usr/local/lib/gcc/alphaev68-dec-osf5.1/3.4.3/specs Configured with: ../gcc-3.4.3/configure Thread model: posix gcc version 3.4.3 The message before and after is (the actual dead command line is very long, so I have put in the ........): ==================================================== make[4]: Leaving directory `/home/htl10/gcc-4.x-build-dir/alphaev68-dec-osf5.1a/libjava' /bin/sh ./libtool --mode=compile /home/htl10/gcc-4.x-build-dir/gcc/gcj -B/home/htl10/gcc-4.x-build-dir/gcc/ -B/usr/local/alphaev68-dec-osf5.1a/bin/ -B/usr/local/alphaev68-dec-osf5.1a/lib/ -isystem /usr/local/alphaev68-dec-osf5.1a/include -isystem /usr/local/alphaev68-dec-osf5.1a/sys-include -mieee -fclasspath= -fbootclasspath=/home/htl10/gcc-4.x-build-dir/alphaev68-dec-osf5.1a/libjava':'../../../gcc-4.0.0/libjava':'../../../gcc-4.0.0/libjava/external/w3c_dom':'../../../gcc-4.0.0/libjava/external/sax --encoding=UTF-8 -Wno-deprecated -g -O2 -fjni -findirect-dispatch -c -o gnu-xml.lo \ `find gnu/xml -name '*.class' -print | sort -r` /home/htl10/gcc-4.x-build-dir/gcc/gcj ............. -o .libs/gnu-xml.o gnu/xml/dom/DomDOMException.java:171: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make[3]: *** [gnu-xml.lo] Error 1 make[3]: Leaving directory `/home/htl10/gcc-4.x-build-dir/alphaev68-dec-osf5.1a/libjava' make[2]: *** [all-recursive] Error 1 rm gnu/gcj/tools/gcj_dbtool/Main.class make[2]: Leaving directory `/home/htl10/gcc-4.x-build-dir/alphaev68-dec-osf5.1a/libjava' make[1]: *** [all-target-libjava] Error 2 make[1]: Leaving directory `/home/htl10/gcc-4.x-build-dir' make: *** [bootstrap4-lean] Error 2 ============== -- Summary: gnu/xml/dom/DomDOMException.java:171: internal compiler error: Segmentation fault Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: htl10 at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: alphaev68-dec-osf5.1 GCC host triplet: alphaev68-dec-osf5.1 GCC target triplet: alphaev68-dec-osf5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21225