From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3453 invoked by alias); 21 Jun 2002 08:16:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3380 invoked by uid 71); 21 Jun 2002 08:16:02 -0000 Resent-Date: 21 Jun 2002 08:16:02 -0000 Resent-Message-ID: <20020621081602.3377.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, sdouglass@arm.com Received: (qmail 1981 invoked by uid 61); 21 Jun 2002 08:13:28 -0000 Message-Id: <20020621081328.1980.qmail@sources.redhat.com> Date: Fri, 21 Jun 2002 01:26:00 -0000 From: sdouglass@arm.com Reply-To: sdouglass@arm.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: bootstrap/7093: ICE building libgcc during boostrap X-SW-Source: 2002-06/txt/msg00515.txt.bz2 List-Id: >Number: 7093 >Category: bootstrap >Synopsis: ICE building libgcc during boostrap >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Fri Jun 21 01:16:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: sdouglass@arm.com >Release: 3.1 >Organization: >Environment: HP-UX 11.00 using gcc 3.0.4 binutils 2.12 make 3.79 >Description: ../../src-hpux_11-hppa2_0w/gcc/libgcc2.c:0: Internal compiler error in default_no_named_section, at varasm.c:5299 >How-To-Repeat: This is the command that failed and it's make stack: ./xgcc -B./ -B/home/sdouglas/tools/GNU/gcc/3_1/hpux_11-hppa2_0w/hppa2.0w-hp-hpux11.00/bin/ -isystem /home/sdouglas/tools/GNU/gcc/3_1/hpux_11-hppa2_0w/hppa2.0w-hp-hpux11.00/include -isystem /home/sdouglas/tools/GNU/gcc/3_1/hpux_11-hppa2_0w/hppa2.0w-hp-hpux11.00/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src-hpux_11-hppa2_0w/gcc -I../../src-hpux_11-hppa2_0w/gcc/. -I../../src-hpux_11-hppa2_0w/gcc/config -I../../src-hpux_11-hppa2_0w/gcc/../include -DL_muldi3 -c ../../src-hpux_11-hppa2_0w/gcc/libgcc2.c -o libgcc/./_muldi3.o make[3]: *** [libgcc/./_muldi3.o] Error 1 make[3]: Leaving directory `/tmp_mnt/home/sdouglas/gnu/builds/gcc-3.1/build-hpux_11-hppa2_0w/gcc' make[2]: *** [libgcc.a] Error 2 make[2]: Leaving directory `/tmp_mnt/home/sdouglas/gnu/builds/gcc-3.1/build-hpux_11-hppa2_0w/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/tmp_mnt/home/sdouglas/gnu/builds/gcc-3.1/build-hpux_11-hppa2_0w/gcc' make: *** [bootstrap-lean] Error 2 Here's my configure command: ../src-hpux_11-hppa2_0w/configure --prefix=/home/sdouglas/tools/GNU/gcc/3_1 --exec-prefix=/home/sdouglas/tools/GNU/gcc/3_1/hpux_11-hppa2_0w --program-suffix=-3_1 -v --with-dwarf2 --enable-version-specific-runtime-libs --with-gnu-as --with-as=/home/sdouglas/tools/GNU/binutils/2_12/hpux_11-hppa2_0w/bin/as-2_12 --with-gnu-ld --with-ld=/home/sdouglas/tools/GNU/binutils/2_12/hpux_11-hppa2_0w/bin/ld-2_12 I don't think the --with-dwarf2 is required for the problem to show. Here's my make command: make STAGE1_CFLAGS='-Dinline= -O2' BOOT_CFLAGS='-O2 -march=2.0' MAKE=make bootstrap-lean I don't think the *_FLAGS= settings is important. >Fix: >Release-Note: >Audit-Trail: >Unformatted: