This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: RFA: patch to solve PR37535


On Fri, Sep 26, 2008 at 8:30 PM, Vladimir Makarov <vmakarov@redhat.com> wrote:
> I tried to reproduce the bootstrap failure on today trunk (@140713) on
> powerpc64-gnu-linux and failed.  I tried bootstrap with all languages and it
> failed on stage3 because there is no enough space on the machine.  So it
> went through all stage2.  I also tried the bootstrap with only C and it was
> successful.

I did a build after your patch on powerpc64-linux-gnu with the
following configure options:
--prefix=${HOME}/gcc-other --with-mpfr=/usr/local --with-cpu=default32
--enable-languages=obj-c++,fortran --with-tune=cell

And I got a miscompare:
Bootstrap comparison failure!
./cp/cp-lang.o differs
./cp/expr.o differs
./cp/call.o differs
....
./emit-rtl.o differs
./expmed.o differs
etc.

Thanks,
Andrew Pinski


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