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/41118] Wrong dependence analysis in graphite for unrestricted pointers



------- Comment #2 from amonakov at gcc dot gnu dot org  2009-08-19 16:26 -------
(In reply to comment #1)
> I wonder why the alias analysis improvements by Li do not assign
> different alias sets for "a" and "b" in this case.  I will have to try
> to reproduce this bug first.

Assigning different alias sets would mean that a[i] and b[j] do not alias for
all i and j, which is not desirable either.


-- 


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


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