This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: c/837: RTL checking bootstrap fails on i686-pc-linux-gnu
- To: ghazi at caip dot rutgers dot edu
- Subject: Re: c/837: RTL checking bootstrap fails on i686-pc-linux-gnu
- From: Graham Stott <grahams at redhat dot com>
- Date: Tue, 21 Nov 2000 20:18:07 +0000
- CC: gcc-patches at gcc dot gnu dot org
- References: <20001117193447.7995.qmail@sourceware.cygnus.com>
All
This isn't a patch itself but notice of a pending patch just so everone knows a fix
is in the works.
The problem here is in cse.c the routine cse_insn() is using uninitialised variables
and a typo.
I have a patch to fix these which I have discussed (off-line) with Bernd Schmidt.
Bernd suggested a couple of changes which I have made to the patch and I'm currently
doing a make bootstrap/make check.
I'll post the patch here tomorrow if everything passes (no regressions.)
Graham