This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bug gcc/config/arm/arm.h



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]