2018-09-24 Thomas Koenig <tkoenig@gcc.gnu.org>
commitfe01c4a1616900f5eb3b2dd9a72d97a2046c76e8
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2018 17:12:34 +0000 (24 17:12 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2018 17:12:34 +0000 (24 17:12 +0000)
treeac14daa4f39f5d214f1d6a049e704794f7aaabb3
parentea1a3250ef5d6c21594054f4f2f8bf68103f5381
2018-09-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/87397
* gfc_conv_procedure_call: Do not add clobber on INTENT(OUT)
for variables in an associate statement.

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

PR fortran/87401
* gfortran.dg/intent_out_12.f90: New test.

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