: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: stephen at soliday dot com
Target Milestone: ---
Simple call to RANDOM_NUMBER leaves 168 bytes still reachable after the process
exits, as indicated by valgrind.
GNU Fortran: 11.3.0
valgrind: 3.18.1
Ubuntu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88511
--- Comment #1 from Stephen Soliday ---
One of the respondents in Stack overflow posted this reduced version of my code
that also reproduces the segmentation fault.
program main
implicit none
character(:), allocatable :: txt
call sub1(txt
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: stephen at soliday dot com
Target Milestone: ---
Please see the thread that I started in Stack overflow. Several respondents
have reproduced this problem in 8.2.1 and 9.0.0