Discussion:
[patch, fortran, committed] Another fallout from clobbering INTENT(OUT) variables
Thomas König
2018-09-23 20:22:37 UTC
Permalink
Hello world,

committed as obvious after regression-testing. Instead of spending
a lot of work trying to reducing the test case, I used all of it
(retainging the copyright notice).

Regards

Thomas

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

PR fortran/87397
* gfc_conv_procedure_call: Do not add clobber on INTENT(OUT)
for variables having the dimension attribute.

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

PR fortran/87397
* gfortran.dg/intent_out_11.f90: New test.
Janus Weil
2018-09-24 08:08:37 UTC
Permalink
Hi Thomas,

I'm seeing some more fallout from your intent(out) patch:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87401

Cheers,
Janus
Post by Thomas König
Hello world,
committed as obvious after regression-testing. Instead of spending
a lot of work trying to reducing the test case, I used all of it
(retainging the copyright notice).
Regards
Thomas
PR fortran/87397
* gfc_conv_procedure_call: Do not add clobber on INTENT(OUT)
for variables having the dimension attribute.
PR fortran/87397
* gfortran.dg/intent_out_11.f90: New test.
Loading...