From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21117 invoked by alias); 26 Aug 2004 18:35:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21109 invoked by uid 48); 26 Aug 2004 18:35:16 -0000 Date: Thu, 26 Aug 2004 18:35:00 -0000 From: "rwcrocombe at raytheon dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040826183508.17203.rwcrocombe@raytheon.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/17203] New: "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg02791.txt.bz2 List-Id: ../gcc-3.4.1/configure --enable-threads=single --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-gcc-version-trigger=/scooty_disk2/rcrocomb/gcc-3.4.1/gcc/v ersion.c nfscooty> uname -aR IRIX64 nfscooty 6.5 6.5.23m 01080747 IP35 nfscooty> make --version GNU Make 3.80 nfscooty> gcc --version 3.0.4 ../../gcc-3.4.1/gcc/libgcc2.c:738:3: #error "fill out the table" ../../gcc-3.4.1/gcc/libgcc2.c:763:3: #error "fill out the table" make[3]: *** [libgcc/./_paritysi2.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [libgcc/./_paritydi2.o] Error 1 make[3]: Leaving directory `/scooty_disk2/rcrocomb/gcc_3.4.1_build/gcc' make[2]: *** [stmp-multilib] Error 2 make[2]: Leaving directory `/scooty_disk2/rcrocomb/gcc_3.4.1_build/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/scooty_disk2/rcrocomb/gcc_3.4.1_build/gcc' make: *** [bootstrap] Error 2 lines around 738 in libgcc2.c are the following: #if W_TYPE_SIZE > 64 # error "fill out the table" #endif This occured during a "make -j 8 bootstrap" on an 8-way Origin 300. -- Summary: "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4 Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwcrocombe at raytheon dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: mips-sgi-irix6.5 GCC host triplet: mips-sgi-irix6.5 GCC target triplet: mips-sgi-irix6.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17203