This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bootstrap failure on i686-linux (SuSE)



I'm compiling gcc-2.95.2 on a Pentium-3 box running SuSE 6.1. I
downloaded and uncompressed gcc-2.95.2.tar.bz2 into directory
~/gcc-2.95.2, then did [from bash log]

    mkdir gcc-2.95.2-install
    mkdir gcc-2.95.2-tmp
    cd gcc-2.95.2-tmp/
    ../gcc-2.95.2/configure --prefix=/home/tom/gcc-2.95.2-install/
    make bootstrap-lean

which chugged away for about 45 minutes before dying with [sorry about the
formatting]

stage2/xgcc -Bstage2/
-B/home/tom/gcc-2.95.2-install//i686-pc-linux-gnu/bin/ -c
 -DIN_GCC    -O2 -g -O2     -I. -I.. -I../../../gcc-2.95.2/gcc/cp
-I../../../gcc
-2.95.2/gcc/cp/.. -I../../../gcc-2.95.2/gcc/cp/../config
-I../../../gcc-2.95.2/g
cc/cp/../../include ../../../gcc-2.95.2/gcc/cp/pt.c
../../../gcc-2.95.2/gcc/cp/pt.c: In function `tsubst':
../../../gcc-2.95.2/gcc/cp/pt.c:6628: Internal compiler error in
`finish_spills'
, at reload1.c:3956
Please submit a full bug report.



I guess gcc-2.95.2 has been pretty well-tested on i686-linux, so this may
be a hardware problem, but I thought I should submit it anyway.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]