This is the mail archive of the gcc-patches@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]

Re: [PATCH][mem-ref] Re-enable IVOPTs, build MEM_REF instead of TARGET_MEM_REF (help!)


On Sun, 9 Mar 2008, Richard Guenther wrote:

> 
> This patch (tries to) enables IVOPTs again and replaces built
> TARGET_MEM_REFs with MEM_REFs or INDIRECT_MEM_REFs instead.  It works
> nicely apart from IVOPTs sometimes (well, a lot of times) tries
> to force me to build a memory access with just an integer index!?

Andrew pointed me to PR31358 and

http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00423.html

which with a quick test seems to solve this problem.  I'm giving
it some more testing on the branch now.

Richard.


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