On both HPUX 11.00 32-bit and AIX 5.1, gcc 3.4.2 is having an ICE. For AIX, the ICE occurs at: ./xgcc -B./ -B/bmc/moe/powerpc-ibm-aix5.1.0.0/bin/ -isystem /bmc/moe/powerpc-ibm-aix5.1.0.0/include -isystem /bmc/moe/powerpc-ibm-aix5.1.0.0/sys-include -L/bmc/moe/build/gcc-3.4.2/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/depot/gnu/gcc-3.4.2/gcc -I/depot/gnu/gcc-3.4.2/gcc/. -I/depot/gnu/gcc-3.4.2/gcc/../include -I../intl -DL_muldi3 -c /depot/gnu/gcc-3.4.2/gcc/libgcc2.c -o libgcc/./_muldi3.o /depot/gnu/gcc-3.4.2/gcc/libgcc2.c: In function `__muldi3': /depot/gnu/gcc-3.4.2/gcc/libgcc2.c:470: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. The build line on AIX is: /depot/gnu/gcc-3.4.2/configure --prefix=/bmc/moe \ --srcdir=/depot/gnu/gcc-3.4.2 \ --exec-prefix=/bmc/moe --with-local-prefix=/bmc/moe --enable-shared \ --with-as=/usr/bin/as --with-ld=/usr/bin/ld --with-dwarf2 \ --enable-threads=posix \ --with-x --enable-java-awt=xlib For HPUX 11.00 (32-bit), the ICE occurs at: ./xgcc -B./ -B/bmc/moe/hppa1.1-hp-hpux11.00/bin/ -isystem /bmc/moe/hppa1.1-hp-hpux11.00/include -isystem /bmc/moe/hppa1.1-hp-hpux11.00/sys-include -L/bmc/moe/build/gcc-3.4.2/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/depot/gnu/gcc-3.4.2/gcc -I/depot/gnu/gcc-3.4.2/gcc/. -I/depot/gnu/gcc-3.4.2/gcc/../include -I../intl -DL_muldi3 -c /depot/gnu/gcc-3.4.2/gcc/libgcc2.c -o libgcc/./_muldi3.o /depot/gnu/gcc-3.4.2/gcc/libgcc2.c:0: internal compiler error: in ?, at varasm.c:4650 Please submit a full bug report, with preprocessed source if appropriate. The build line on HPUX 11.00 (32-bit build) is: /depot/gnu/gcc-3.4.2/configure --prefix=/bmc/moe \ --srcdir=/depot/gnu/gcc-3.4.2 \ --exec-prefix=/bmc/moe --with-local-prefix=/bmc/moe \ --host=hppa1.1-hp-hpux11.00 \ --with-gnu-as --with-as=/bmc/moe/bin/as --with-ld=/usr/bin/ld \ --enable-shared \ --with-dwarf2 --enable-threads=posix --with-x --enable-java-awt=xlib Any help is appreciated. Eric Dana BMC Software