Skip to content

[flang][runtime] Handle spaces before ')' in alternative list-directe…#149384

Merged
klausler merged 1 commit into
llvm:mainfrom
klausler:bug149164
Jul 18, 2025
Merged

[flang][runtime] Handle spaces before ')' in alternative list-directe…#149384
klausler merged 1 commit into
llvm:mainfrom
klausler:bug149164

Conversation

@klausler

Copy link
Copy Markdown
Contributor

…d complex input

List-directed reads of complex values that can't go through the usual fast path (as in this bug's test case, which uses DECIMAL='COMMA') didn't skip spaces before the closing right parenthesis correctly.

Fixes #149164.

…d complex input

List-directed reads of complex values that can't go through the
usual fast path (as in this bug's test case, which uses DECIMAL='COMMA')
didn't skip spaces before the closing right parenthesis correctly.

Fixes llvm#149164.

@DanielCChen DanielCChen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM.
Thanks!

@klausler klausler merged commit 680b8dd into llvm:main Jul 18, 2025
10 checks passed
@klausler klausler deleted the bug149164 branch July 18, 2025 20:44
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 failure with stream formatted I/O

3 participants