This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap broken with checking disabled on at least i686
- From: Dan Nicolaescu <dann at godzilla dot ics dot uci dot edu>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 19 May 2004 01:02:32 -0700
- Subject: Re: Bootstrap broken with checking disabled on at least i686
- References: <200405190921.09622.stevenb@suse.de>
Steven Bosscher <stevenb@suse.de> writes:
> Bootstrap comparison failure!
> ./alias.o differs
> ./alloc-pool.o differs
I see the same thing on both i686-linux and x86_64-linux.
The bootstrap worked Monday 1pm PDT.
All the differences reported are due to debug info. After stripping
all the object files make compare is happy.
Recompiling stage2 dwarf2*.o with the stage1 compiler without
optimization solves the problem.