Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: thomas.jourdan at orange dot fr
Target Milestone: ---
Hello,
The following code leads to a correct or a wrong result, depending on whether
the select type construct is used or not
Assignee: unassigned at gcc dot gnu.org
Reporter: thomas.jourdan at orange dot fr
Hello,
Using gfortran 4.8.1, the following code runs fine but according to valgrind it
produces a memory leak:
program test1
implicit none
integer, dimension(3) :: t1, t2
character(len=64