[Bug libfortran/109454] New: Possible memory leak after using random_number

2023-04-08 Thread stephen at soliday dot com via Gcc-bugs
: 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

[Bug fortran/88511] passing allocatable character through two levels of procedure calls fails

2018-12-15 Thread stephen at soliday dot com
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

[Bug fortran/88511] New: passing allocatable character through two levels of procedure calls fails

2018-12-15 Thread stephen at soliday dot com
: 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