[Patch, fortran] PR51976 - [F2003] Support deferred-length character components of derived types (allocatable string length)

Walter Spector w6ws@earthlink.net
Sun Mar 9 18:48:00 GMT 2014


Steve Kargl <sgk@troutmask.apl.washington.edu> wrote:
> ...
>     deallocate(string)  ! Fix valgrind

I would agree in the case where 'string' had the pointer attribute.  But with allocatables, valgrind should be seeing the memory block as 'still reachable'.

Walter



More information about the Fortran mailing list