From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13853 invoked by alias); 5 May 2002 03:06:02 -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 13831 invoked by uid 71); 5 May 2002 03:06:01 -0000 Resent-Date: 5 May 2002 03:06:01 -0000 Resent-Message-ID: <20020505030601.13830.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, mitchell@manly.delconet.com Received:(qmail 12965 invoked by uid 61); 5 May 2002 03:02:35 -0000 Message-Id:<20020505030235.12964.qmail@sources.redhat.com> Date: Sat, 04 May 2002 20:06:00 -0000 From: mitchell@manly.delconet.com Reply-To: mitchell@manly.delconet.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: bootstrap/6560: Compiler fails to build X-SW-Source: 2002-05/txt/msg00121.txt.bz2 List-Id: >Number: 6560 >Category: bootstrap >Synopsis: Compiler fails to build >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat May 04 20:06:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: MIIM site maintainer >Release: 2.95 >Organization: >Environment: DEC-VAX-ULTRIX4.3 -- Digital Equipment VAX, Ultrix 4.3 >Description: On a VAX running Ultrix, with GCC 2.7.2.3 installed, attempting to build GCC 2.9.5 produces the following error during the build: <14 hours of preceding build text deleted> touch stmp-fixproto if [ -f libgcc2.ready ] ; then true; else touch libgcc2.ready; fi case " c proto gcov CHILL c++ f77 java objc " in *" "[cC]"++ "*) echo tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o > cplib2.new;; *) ec ho "" > cplib2.new;; esac mv -f cplib2.new cplib2.txt rm -f tmplibgcc2.a for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_ w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _ fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_ bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; do ec ho ${name}; /usr/local/gcc-2.95/gcc/xgcc -B/usr/local/gcc-2.95/gcc/ -B/usr/local/vax-dec-ultrix4.3/bin / -I/usr/local/vax-dec-ultrix4.3/include -O2 -DIN_GCC -g -O2 -I./include -g1 -DIN_LIBGCC2 -D__GC C_FLOAT_NOT_NEEDED -I. -I. -I./config -I./../include -c -DL${name} -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; if [ $? -eq 0 ] ; then true; else exit 1; fi; ar rc tmplibgcc2.a ${name}.o; rm -f ${ name}.o; done _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs ./libgcc2.c: In function `__builtin_saveregs': ./libgcc2.c:1396: Internal compiler error in `emit_call_1', at calls.c:446 Please submit a full bug report. See for instructions. *** Error code 1 Stop. *** Error code 1 Stop. # >How-To-Repeat: Start the build over again and wait 14 hours. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: