This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix register elimination bug in reload
- From: Richard Henderson <rth at redhat dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 25 May 2005 11:47:45 -0700
- Subject: Re: [PATCH] Fix register elimination bug in reload
- References: <200505251622.j4PGMbgr018203@53v30g15.boeblingen.de.ibm.com>
On Wed, May 25, 2005 at 06:22:36PM +0200, Ulrich Weigand wrote:
> * reload1.c (verify_initial_elim_offsets): Return boolean status
> instead of aborting.
> (reload): Adapt verify_initial_elim_offsets call site. Restart
> main loop if some initial elimination offsets changed.
Ok.
r~