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: bounds violation in dbxout_symbol_location



  In message <200009010949.CAA16688@kayak.mcgary.org>you write:
  > For testcase compile/920428-4.c, -O3 -g on i686:
  > 
  > The line indicated below barfs on (mem/s:BLK (reg:SI 70) 6),
  > attempting to read dbx_register_map[70], but 37 is the array size.
This indicates a bug elsewhere since the RTL should have been changed
when reload finalized pseudo->hard register assignments.

jeff


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