public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Someone broke bootstrap
@ 2003-10-08  2:11 Carlo Wood
  2003-10-08 13:02 ` Solved! (was: Re: Someone broke bootstrap) Carlo Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Wood @ 2003-10-08  2:11 UTC (permalink / raw)
  To: gcc; +Cc: roger, zack

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?

-- 
Carlo Wood <carlo@alinoe.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Solved! (was: Re: Someone broke bootstrap)
  2003-10-08  2:11 Someone broke bootstrap Carlo Wood
@ 2003-10-08 13:02 ` Carlo Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Carlo Wood @ 2003-10-08 13:02 UTC (permalink / raw)
  To: gcc, roger, zack

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-08 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-08  2:11 Someone broke bootstrap Carlo Wood
2003-10-08 13:02 ` Solved! (was: Re: Someone broke bootstrap) Carlo Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).