2018-10-01 Paul Thomas <pault@gcc.gnu.org>
commit451b5705c333ea8e8599082990154bf2b42c89dd
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2018 14:27:17 +0000 (1 14:27 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2018 14:27:17 +0000 (1 14:27 +0000)
treeb9b1105ae05aabb4969bf2181c1660462e1e125f
parentfffa8e82b0059c9e83612dba76077fbe718153a7
2018-10-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/65677
* trans-expr.c (gfc_trans_assignment_1): Set the 'identical'
flag in the call to gfc_check_dependency.

2018-10-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/65677
* gfortran.dg/dependency_52.f90 : Expand the test to check both
the call to adjustl and direct assignment of the substring.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264759 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/dependency.c
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dependency_52.f90