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(
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