[Bug fortran/48820] TR 29113: Implement parts needed for MPI 3

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 7 09:26:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48820

--- Comment #14 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-03-07 09:26:13 UTC ---
Re-reading the standard, I think the non-BIND(C) version of TYPE(*) is
currently mishandled. That should be only visible for "TYPE(*)" dummies which
are INTENT(OUT) and where the actual argument is a derived type with default
initialization or has allocatable components (possibly even with finalization
subroutines).

See http://gcc.gnu.org/ml/fortran/2012-03/msg00037.html and
http://j3-fortran.org/pipermail/j3/2012-March/005113.html



More information about the Gcc-bugs mailing list