re PR fortran/37723 (wrong result for left-right hand side array overlap and (possibl...
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 19 Oct 2008 12:51:06 +0000 (12:51 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 19 Oct 2008 12:51:06 +0000 (12:51 +0000)
commit18c87fd57137460489f1db65b9983779d9f2c24c
treee8a02b5d2c8cd96f8b9725922ae6db6ec89ed79d
parent884f855cf924b4d883c4cfa9e449618dc23b8bca
re PR fortran/37723 (wrong result for left-right hand side array overlap and (possibly) negative strides)

2008-10-19  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/37723
        * dependency.c (gfc_dep_resolver ): If we find equal array
element references, go on to the next reference.

2008-10-19  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/37723
        * gfortran.dg/dependency_22.f90: New test.

From-SVN: r141221
gcc/fortran/ChangeLog
gcc/fortran/dependency.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dependency_22.f90 [new file with mode: 0644]