Commit b597bad
committed
[flang][runtime] Fix bug with NAMELIST in child input
Don't let "hitSlash_" flag in child input propagate back to the
parent input statement's state when the child input was NAMELIST
and the NAMELIST input has properly consumed the terminal '/'
character. (It can get set if NAMELIST item input ran into it.)
The current failure to reset that flag is causing list-directed
parent input to stop early.
Fixes #159127.1 parent 8ae3aea commit b597bad
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
599 | 605 | | |
600 | 606 | | |
601 | 607 | | |
| |||
0 commit comments