2010-09-23 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 2010 19:37:48 +0000 (19:37 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 2010 19:37:48 +0000 (19:37 +0000)
commit4ecf2718e17bcf317955569dcba1c871c1a16886
treef8f7c145a1029518e56592b7e60f7b1e09fcfabe
parent450b9300550a393e805cab0f79dfa061727e2a4f
2010-09-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/45744
* frontend-passes.c (optimize_binop_array_assignment):
Only re-use lhs as intermediate storage if kind and type
parameters match.

2010-09-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/45744
* gfortran.dg/dependency_36.f90:  New test.

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