2014-07-12 Paul Thomas <pault@gcc.gnu.org>
commit9caa6670a43f25aa6afd26b2c6b3ac2ec458d451
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2014 19:09:11 +0000 (12 19:09 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2014 19:09:11 +0000 (12 19:09 +0000)
tree9bbf04d8fa0b1753ede4a45ca61a4310a0632b0f
parent71abdacaae799067dc936c796a3e3493c3e80d90
2014-07-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/61780
* dependency.c (gfc_dep_resolver): Index the 'reverse' array so
that elements are skipped. This then correctly aligns 'reverse'
with the scalarizer loops.

2014-07-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/61780
* gfortran.dg/dependency_44.f90 : New test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212486 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/dependency.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dependency_44.f90 [new file with mode: 0644]