[Bug fortran/63473] Memory leak with ALLOCATABLE, INTENT(OUT) dummy arguments.
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 8 09:43:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63473
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
It's probably related (but not identical) to not deallocating
allocatable-scalars function results after their use [PR55603] and not
finalizing function results (after their value has been used) [PR37336 ?].
More information about the Gcc-bugs
mailing list