This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix ICE on out-of-range array index
- From: Ian Lance Taylor <iant at google dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 03 Mar 2009 17:33:53 -0800
- Subject: Re: Fix ICE on out-of-range array index
- References: <Pine.LNX.4.64.0903031409360.27439@digraph.polyomino.org.uk>
"Joseph S. Myers" <joseph@codesourcery.com> writes:
> 2009-03-03 Joseph Myers <joseph@codesourcery.com>
>
> * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
> that fits within Pmode.
>
> testsuite:
> 2009-03-03 Joseph Myers <joseph@codesourcery.com>
>
> * gcc.c-torture/compile/20090303-1.c,
> gcc.c-torture/compile/20090303-2.c: New tests.
This is OK.
Thanks.
Ian