This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to fix calculation of first_index_reg and last_index_reg in reload_combine ()
- To: Matthew Hiller <hiller at redhat dot com>
- Subject: Re: Patch to fix calculation of first_index_reg and last_index_reg in reload_combine ()
- From: law at redhat dot com
- Date: Thu, 09 Nov 2000 22:22:54 -0700
- cc: gcc-patches at gcc dot gnu dot org
- Reply-To: law at redhat dot com
In message <Pine.LNX.4.21.0011091652230.9548-100000@breve.cygnus.com>you writ
e:
> This fixes a bug in a loop that appears early in reload_combine.
> Presently, the architecture's last_index_reg will be set appropriately,
> but its first_index_reg will remain set at its initial value of 1 no
> matter what is in fact appropriate.
>
> 2000-11-09 Matthew Hiller <hiller@redhat.com>
>
> * reload1.c (reload_combine): Fixed calculation of
> first_index_reg, last_index_reg.
Thanks. I installed this patch.
jeff