This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gcc-3_4-basic-improvements] Mainline merge as of 2002-09-17
On Tue, Sep 17, 2002 at 08:03:20PM -0700, Richard Henderson wrote:
> On Tue, Sep 17, 2002 at 07:55:03PM -0700, H. J. Lu wrote:
> > I did. As of Tue Sep 17 09:50:59 PDT 2002, I got
> >
> > Bootstrap comparison failure!
> > ggc-common.o differs
> > make[3]: *** [compare] Error 1
> >
> > on mainline. Here is the diff between stage1 and stage2.
>
> Well, that doesn't help. How did you configure?
> What bootstrap compiler? What binutils?
>
gcc 2.96-112 and binutils 2.13.90.0.4 20020814.
/export/gnu/src/gcc/gcc/configure
i686-pc-linux-gnu --enable-__cxa_atexit --enable-clocale=gnu
--with-system-zlib --enable-shared --enable-threads=posix --enable-haifa
--disable-checking --prefix=/usr/gcc-3.3 --with-local-prefix=/usr/local
H.J.