Discussion:
[patch, fortran, committed] Another fallout from the INTENT(OUT) patch
Thomas Koenig
2018-09-24 17:16:18 UTC
Permalink
Hello world,

another obvious and simple one-line fix for fallout from the INTENT(OUT)
clobber patch. Committed as r264539, after regression-testing.

It seems our testsuite is not testing as many combinations in the
language as I thought :-)

Regards

Thomas

2018-09-24 Thomas Koenig <***@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 <***@gcc.gnu.org>

PR fortran/87401
* gfortran.dg/intent_out_12.f90: New test.
Janus Weil
2018-09-25 06:44:29 UTC
Permalink
Am Mo., 24. Sep. 2018 um 19:16 Uhr schrieb Thomas Koenig
Post by Thomas Koenig
Hello world,
another obvious and simple one-line fix for fallout from the INTENT(OUT)
clobber patch. Committed as r264539, after regression-testing.
It seems our testsuite is not testing as many combinations in the
language as I thought :-)
... but we keep on improving every day.

Thanks for the quick fix, Thomas!

Cheers,
Janus

Loading...