This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug gcc/config/arm/arm.h
- To: grahams at rcp dot co dot uk
- Subject: Re: bug gcc/config/arm/arm.h
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 28 Jun 1998 01:48:15 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199806232211.WAA00184@iron.rcp.co.uk>you write:
> The macro for REG_ALLOC_ORDER is missing a
> entry for hard reg # 26 (FIRST_PSEUDO_REG is 27)
>
> This results in TWO entries for hard reg # 0 and can
> result in the routine order_regs_for_reload() in reload1.c
> using an index of 27 when assigning to the potential_reload_regs[]
> array which is out-of-bounds (0..26)
>
> I will send a patch to egcs-patches later.
I believe Nick Clifton took care of this bug a couple days ago.
jeff