------- Comment #6 from chrbr at gcc dot gnu dot org  2009-03-11 09:46 -------
(In reply to comment #5)
> > Thanks, I tried your patch against a 4.3.3 base but it didn't fix the 
> > problem,
> > your patch canonicalizes while what I need is a distribution
> 
> Read again the RTL expander hunk.
> 

ah yes sorry, when I read
"
  base + 2*ind - 2

now it's

  base + (1-ind) * -2
"
I thought that the now what as with your patch. So it looks indeed like quite
similar to what I see. I'll try to see why it doesn't solve my case.

thanks,


-- 


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

Reply via email to