This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] PPC bootstraps still broken
- From: law at redhat dot com
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Tue, 08 Jul 2003 07:43:49 -0600
- Subject: Re: [tree-ssa] PPC bootstraps still broken
- Reply-to: law at redhat dot com
In message <1057671057.16968.75.camel@frodo.toronto.redhat.com>, Diego Novillo
writes:
>Yes, the two .s files differ.
OK. This is good. These are a lot easier to debug than the cases where
compiling the .i files by hand result in the same .s files! Yes, I've
run into bootstrap comparisons that only failed when running via make
bootstrap!
>The tree dump files also differ in what seems to amount to
>nothing but temporary names (that always happens, so it's not easy to
>tell from tree dumps whether a miscompare is due to the tree optimizers)
?!? If the temporary names are differing, then that's a sign of
instability somewhere. I can't offhand think of a reason why the
temporary names should be allowed to differ.
Jeff