This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]