ATM, a single data statement will cause a whole module to be converted to a code block.
Since solving this properly will be too much effort (considering that a loop with potentially an implicit loop will not easily be converted to a language-independent representation), the existing work-around (e.g. named namelists) can be used to convert them to UnknownFortranType.
ATM, a single
data
statement will cause a whole module to be converted to a code block.Since solving this properly will be too much effort (considering that a loop with potentially an implicit loop will not easily be converted to a language-independent representation), the existing work-around (e.g. named namelists) can be used to convert them to UnknownFortranType.