This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug tree-optimization/26726] -fivopts producing out of bounds array refs
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Mar 2006 08:30:55 -0500
- Subject: Re: [Bug tree-optimization/26726] -fivopts producing out of bounds array refs
- References: <bug-26726-12049@http.gcc.gnu.org/bugzilla/> <20060317124029.7494.qmail@sourceware.org>
On Fri, 2006-03-17 at 12:40 +0000, mueller at gcc dot gnu dot org wrote:
>
> ------- Comment #2 from mueller at gcc dot gnu dot org 2006-03-17 12:40 -------
> one possible workaround would be to lower the ARRAY_REF's to indirect mem refs,
> which I don't track
>
>
Uh, no.
We are in fact, trying to do the exact opposite in the future (keep
things array ref as long as possible)