re PR fortran/87397 (Clobbering intent(out) variables caused regression in OpenCoarra...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 24 Sep 2018 17:12:34 +0000 (17:12 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 24 Sep 2018 17:12:34 +0000 (17:12 +0000)
commitc109362313623d83fe0a5194bceaf994cf0c6ce0
treeac14daa4f39f5d214f1d6a049e704794f7aaabb3
parent4afdfa37953f984fcfcc82fff93a3c04a7bd59a0
re PR fortran/87397 (Clobbering intent(out) variables caused regression in OpenCoarrays testsuite)

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.

From-SVN: r264539
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/intent_out_12.f90 [new file with mode: 0644]