From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12735 invoked by alias); 20 Nov 2004 14:37:06 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 12713 invoked from network); 20 Nov 2004 14:37:00 -0000 Received: from unknown (HELO mangrove.bmc.com) (198.207.223.240) by sourceware.org with SMTP; 20 Nov 2004 14:37:00 -0000 Received: from EC02-HOU.BMC.COM (ec02-hou.bmc.com [172.17.0.151]) by mangrove.bmc.com (Postfix) with ESMTP id 0B9F71E008 for ; Sat, 20 Nov 2004 08:39:21 -0600 (CST) Received: by ec02-hou.bmc.com with Internet Mail Service (5.5.2653.19) id ; Sat, 20 Nov 2004 08:36:59 -0600 Message-ID: From: "Dana, Eric" To: "'gcc-help@gcc.gnu.org'" Subject: GC 3.4.2 ICE while building compiler Date: Sat, 20 Nov 2004 14:37:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2004-11/txt/msg00137.txt.bz2 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