llvm-project
aec90f2f - [flang][runtime] Fix child input bugs under NAMELIST (#151571)

Commit
59 days ago
[flang][runtime] Fix child input bugs under NAMELIST (#151571) When NAMELIST input takes place on a derived type, we need to preserve the type in the descriptor that is created for storage sequence association. Further, the fact that any child list input in within the context of a NAMELIST must be inherited so that input fields don't try to consume later "variable=" strings. Fixes https://github.com/llvm/llvm-project/issues/151222.
Author
Parents
Loading