[Bug fortran/81093] New: Accessing ranges of values in derived types leads to wrong result

2017-06-14 Thread thomas.jourdan at orange dot fr
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

[Bug fortran/58058] New: Memory leak with transfer function

2013-08-02 Thread thomas.jourdan at orange dot fr
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