This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bounds violation in dbxout_symbol_location
- To: Greg McGary <greg at mcgary dot org>
- Subject: Re: bounds violation in dbxout_symbol_location
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 06 Sep 2000 19:47:06 -0600
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
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