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]
Other format: [Raw text]

[Bug tree-optimization/26726] -fivopts producing out of bounds array refs



------- Comment #6 from dberlin at gcc dot gnu dot org  2006-03-17 13:31 -------
Subject: Re:  -fivopts producing out of bounds
        array refs

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)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26726


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