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/31995] can't determine dependence between p->a[x+i] and p->a[x+i+1]



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-05-20 10:28 -------
There were no regressions in the vect.exp testsuite on powerpc-darwin.  Plus a
quick s/x+i+1/y+i+1/ on this testcase gives the correct answer of
t.c:19: note: not vectorized: can't determine dependence between
p_8(D)->a[D.2030_7] and p_8(D)->a[D.2028_4]
affine dependence test not usable: access function not affine or constant.


-- 


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


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