Closed jeanPerier closed 2 years ago
ALLOCATE statement allows reversed bounds (see Fortran 2018 9.7.1.2 point 1) in which case the extents are zero.
The same applies for the character length provided in the type spec that can be negative. In which case the new length is zero.
Use genMaxWithZero to deal with these cases.
genMaxWithZero
ALLOCATE statement allows reversed bounds (see Fortran 2018 9.7.1.2 point 1) in which case the extents are zero.
The same applies for the character length provided in the type spec that can be negative. In which case the new length is zero.
Use
genMaxWithZero
to deal with these cases.