[Bug bootstrap/17203] New: "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4
rwcrocombe at raytheon dot com
gcc-bugzilla@gcc.gnu.org
Thu Aug 26 18:35:00 GMT 2004
../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
More information about the Gcc-bugs
mailing list