This is the mail archive of the gcc@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]

Failed to bootstrap ss_19980615


Hi,

I can't get 19980615 to bootstrap. Here's config.guess output :

~/src/egcs/build $ ../egcs/config.guess 
i486-pc-linux-gnulibc1

Here's how I compiled egcs :

~/src/egcs/build $ ../egcs/configure --prefix=/usr --with-gnu-as
--with-gnu-ld ; make bootstrap

And it fails building stage2 compiler with this error :

stage1/xgcc -Bstage1/ -c  -DIN_GCC   -DUSE_GNULIBC_1 -W -Wall -O2 -g
-O2  -DHAVE_CONFIG_H     -I. -I../../egcs/gcc -I../../egcs/gcc/config
../../egcs/gcc/c-lex.c
../../egcs/gcc/c-gperf.h: In function `hash':
In file included from ../../egcs/gcc/c-lex.c:130:
../../egcs/gcc/c-gperf.h:43: warning: array subscript has type `char'
../../egcs/gcc/c-gperf.h:46: warning: array subscript has type `char'
../../egcs/gcc/c-gperf.h:49: warning: array subscript has type `char'
../../egcs/gcc/c-lex.c: In function `readescape':
../../egcs/gcc/c-lex.c:923: warning: comparison between signed and
unsigned
../../egcs/gcc/c-lex.c: In function `yylex':
../../egcs/gcc/c-lex.c:1490: warning: implicit declaration of function
`set_float_handler'
../../egcs/gcc/c-lex.c:1823: warning: comparison between signed and
unsigned
../../egcs/gcc/c-lex.c:1054: warning: variable `c' might be clobbered by
`longjmp' or `vfork'
../../egcs/gcc/c-lex.c:1055: warning: variable `p' might be clobbered by
`longjmp' or `vfork'
../../egcs/gcc/c-lex.c:1443: warning: variable `type' might be clobbered
by `longjmp' or `vfork'
../../egcs/gcc/c-lex.c:1444: warning: variable `imag' might be clobbered
by `longjmp' or `vfork'
../../egcs/gcc/c-lex.c:1445: warning: variable `conversion_errno' might
be clobbered by `longjmp' or `vfork'
../../egcs/gcc/global.c:401: Internal compiler error in function
global_alloc
make[2]: *** [c-lex.o] Error 1
make[2]: Leaving directory `/md1/home/rguyom/src/egcs/build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/md1/home/rguyom/src/egcs/build/gcc'
make: *** [bootstrap] Error 2

PS : I updated egcs today via CVS with this command :
CVSROOT=(blah) cvs -q update -d -A -P -r egcs_ss_19980615 egcs

PS2 : compiler used to bootstrap this snapshot was :
~/src/egcs/build $ gcc -v
Reading specs from
/usr/lib/gcc-lib/i486-pc-linux-gnulibc1/egcs-2.91.34/specs
gcc version egcs-2.91.34 19980530 (gcc2 ss-980502 experimental)

--
Rémi		Don't waste your computer's time. Distribute it!
			http://www.distributed.net/
	    RC5 cores source code : http://altern.com/rguyom/



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