[patch, fortran, committed] Another fallout from the INTENT(OUT) patch

Thomas Koenig tkoenig@netcologne.de
Mon Sep 24 17:23:00 GMT 2018


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  <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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p8.diff
Type: text/x-patch
Size: 522 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20180924/3a594131/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: intent_out_12.f90
Type: text/x-fortran
Size: 319 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20180924/3a594131/attachment-0001.bin>


More information about the Gcc-patches mailing list