------- Comment #16 from fxcoudert at gcc dot gnu dot org 2008-05-15 13:41 ------- (In reply to comment #15) > x86-64-linux with valgrind --leak-check=full f951 transfer_assumed_size_1.f90
Oh, I see. But the rest of the PR is about running the compiled program. I don't think the two are related. For what it's worth, the following is a reduced testcase for the compiler leak issue: type ByteType integer(kind=1) :: singleByte end type type(ByteType) :: bytes bytes = transfer(' ', bytes) end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34955