This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: i686-pc-linux-gnu RTL checking bootstrap fails "make compare"
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: i686-pc-linux-gnu RTL checking bootstrap fails "make compare"
- From: "Zack Weinberg" <zackw at stanford dot edu>
- Date: Sun, 1 Oct 2000 20:35:37 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200010020321.XAA02661@caip.rutgers.edu>
On Sun, Oct 01, 2000 at 11:21:46PM -0400, Kaveh R. Ghazi wrote:
> I am unable to successfully complete an RTL checking bootstrap on
> i686-pc-linux-gnu, "make compare" failures are present. This was
> configured --enable-checking=misc,tree,rtl,gc.
I see this too, with the exact same list of files affected. I looked
at a disassembly dump for collect2.o, and we really are generating
different code in stage2 than stage3.
zw