Discussion:
[patch, fortran, committed] Fix regression caused by clobber for INTENT(OUT) patch
Thomas Koenig
2018-09-23 10:55:20 UTC
Permalink
Hello world,

the attached patch, committed as obvious, fixes a regression
introduced by yesterday's patch. Apparently, clobber statements
are even more finicky that I thought and do not work for saved
variables either.

Regards

Thomas

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

PR fortran/87395
* gfc_conv_procedure_call: Reformat comments slightly. Do not add
clobber on INTENT(OUT) for saved variables.

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

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

Loading...