[Bug fortran/99711] New: Crash when reading an allocated character array in namelist

2021-03-22 Thread phil1691 at gmail dot com via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: phil1691 at gmail dot com Target Milestone: --- The following code crashes with a segmentation fault (gcc 10.2.0): > cat alloc_nml.f90 program allocnml implicit none character(

[Bug fortran/69668] New: Error reading namelist opened with DELIM='NONE'

2016-02-04 Thread phil1691 at gmail dot com
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: phil1691 at gmail dot com Target Milestone: --- When reading a namelist opened with DELIM='NONE' and filling an array, the content of the file is not read correctly. Example: program namelist impl