Solved! (was: Re: Someone broke bootstrap)

Carlo Wood carlo@alinoe.com
Wed Oct 8 13:02:00 GMT 2003


On Wed, Oct 08, 2003 at 04:11:54AM +0200, Carlo Wood wrote:
> gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../../gcc/gcc-mainline/gcc -I../../../gcc/gcc-mainline/gcc/. -I../../../gcc/gcc-mainline/gcc/../include  ../../../gcc/gcc-mainline/gcc/optabs.c -o optabs.o
> ../../../gcc/gcc-mainline/gcc/optabs.c: In function `prepare_float_lib_cmp':
> ../../../gcc/gcc-mainline/gcc/optabs.c:3886: `eqhf2_libfunc' undeclared (first use in this function)
> ../../../gcc/gcc-mainline/gcc/optabs.c:3886: (Each undeclared identifier is reported only once
> ../../../gcc/gcc-mainline/gcc/optabs.c:3886: for each function it appears in.)
> ../../../gcc/gcc-mainline/gcc/optabs.c:3890: `nehf2_libfunc' undeclared (first use in this function)
> ../../../gcc/gcc-mainline/gcc/optabs.c:3894: `gthf2_libfunc' undeclared (first use in this function)
> ../../../gcc/gcc-mainline/gcc/optabs.c:3899: `lthf2_libfunc' undeclared (first use in this function)
> ../../../gcc/gcc-mainline/gcc/optabs.c:3904: `gehf2_libfunc' undeclared (first use in this function)
> ../../../gcc/gcc-mainline/gcc/optabs.c:3909: `lehf2_libfunc' undeclared (first use in this function)
> etc etc.
> 
> 
> Guys, aren't we doing bootstraps anymore before a commit?

Sorry - I find out why it was broken for me: I had a sticky version tag
on optabs.c, it wasn't updated correctly.

Bootstrap works fine!

-- 
Carlo Wood <carlo@alinoe.com>



More information about the Gcc mailing list