https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #10 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Sat Jan 24 21:30:15 2015 New Revision: 220085 URL: https://gcc.gnu.org/viewcvs?rev=220085&root=gcc&view=rev Log: 2015-01-24 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/56867 * trans-array.c (gfc_conv_resolve_dependencies): Also check dependencies when there may be substrings of character arrays. 2015-01-24 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/56867 * gfortran.dg/dependency_45.f90: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/dependency_45.f90 Modified: branches/gcc-4_8-branch/gcc/fortran/ChangeLog branches/gcc-4_8-branch/gcc/fortran/trans-array.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog