This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32375] New: not vectorized: can't determine dependence (array sections)
- From: "tprince at computer dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2007 15:02:32 -0000
- Subject: [Bug fortran/32375] New: not vectorized: can't determine dependence (array sections)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gfortran -O2 -ftree-vectorize -ftree-vectorizer-verbose=2 -c -v s414a.f
The source and destination sections of aa(:,:) do not overlap, unless there is
a subscript over-run. Even that case could be taken care of by loop reversal.
This is a simplification of a case from:
http://www.netlib.org/benchmark/vectors
--
Summary: not vectorized: can't determine dependence (array
sections)
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tprince at computer dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32375