Open sergisiso opened 5 months ago
fparser2 frontend doesn't support character declarations with any kind of length specification, therefore, both e.g. character(len=10) ... and character(len=*) end up as UnsupportedFortranType.
character(len=10)
character(len=*)
UnsupportedFortranType
fparser2 frontend doesn't support character declarations with any kind of length specification, therefore, both e.g.
character(len=10)
... andcharacter(len=*)
end up asUnsupportedFortranType
.