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/32377] can't determine dependence (source/destination overlap without more than size)



------- Comment #13 from irar at il dot ibm dot com  2007-07-08 10:00 -------
Hi Sebastian,

I was going to submit the attached patch, but now the analysis fails with
"affine-affine test failed: missing iteration counts" and distance vector is
not built (so the loop in this PR cannot be vectorized even with the addition
of DDR_REVERSED_P). This was caused by your patch to PR 32457
http://gcc.gnu.org/viewcvs?view=rev&revision=126305. Is there any way to
restore the previous behaviour for this case?

Thanks,
Ira


-- 


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


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