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/38721] [alias-improvements] vectorizer miscompiles gfortran.fortran-torture/execute/elemental.f90 at -O3



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-01-06 23:29 -------
No, the issue is that A.3 is not in gimple_addressable_vars () and thus is
considered non-aliased.  The easiest thing to do is to re-compute addressable
vars after the vectorizer.


-- 


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


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