Skip to content

Conversation

klausler
Copy link
Contributor

@klausler klausler commented Sep 8, 2025

Child list-directed input needs to inherit and return the state used to process trailing separators (eatComma_) and terminal '/' (hitSlash_) from any parent list-directed input statement.

Fixes #157509 and #154971.

@klausler
Copy link
Contributor Author

klausler commented Sep 8, 2025

@akuhlens this patch might help with one of your bugs, too

Copy link
Contributor

@DanielCChen DanielCChen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
It fixed the test cases marked against this issue.
Thanks.

Child list-directed input needs to inherit and return the state
used to process trailing separators (eatComma_) and terminal '/'
(hitSlash_) from any parent list-directed input statement.

Fixes llvm#157509 and
llvm#154971.
@akuhlens akuhlens merged commit 71389a5 into llvm:main Sep 10, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[flang][runtime] Incorrect DTIO read for internal file
4 participants