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/48571] [4.5/4.6/4.7 Regression] Missed data-dependence for (bogus?) reconstructed array-refs


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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-12 13:11:56 UTC ---
Re-constructing array-refs (and thus an index space) is invalid.  Which means
the C frontend should better change its behavior and not lower all array
accesses to pointer arithmetic and dereferences.


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