2018-09-23 Thomas Koenig <tkoenig@gcc.gnu.org>
commit8f346979297f82cbfe7f0d1c6178dfc6b10eb661
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Sep 2018 20:17:25 +0000 (23 20:17 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Sep 2018 20:17:25 +0000 (23 20:17 +0000)
treea233d8389f99e7c747b8307ebc4f916c473e18f3
parentd115beab51ecf00092ec4b347783b67fa5b121c4
2018-09-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/87397
* gfc_conv_procedure_call: Do not add clobber on INTENT(OUT)
for variables having the dimension attribute.

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

PR fortran/87395
* gfortran.dg/intent_out_11.f90: New test.

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