Skip to content

[flang][runtime] Tweak width-free I/G formatted I&O #135047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

klausler
Copy link
Contributor

@klausler klausler commented Apr 9, 2025

For Fujitsu test case 0561/0561_0168.f90, adjust both input and output sides of the extension I (and G) edit descriptors with no width (as distinct from I0/G0). On input, be sure to halt on a separator character rather than complaining about an invalid character; on output, be sure to emit a leading space.

For Fujitsu test case 0561/0561_0168.f90, adjust both input and
output sides of the extension I (and G) edit descriptors with
no width (as distinct from I0/G0).  On input, be sure to halt
on a separator character rather than complaining about an invalid
character; on output, be sure to emit a leading space.
@klausler klausler requested a review from vdonaldson April 9, 2025 16:48
Copy link
Contributor

@vdonaldson vdonaldson left a comment

Choose a reason for hiding this comment

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

Thanks Peter

@klausler klausler merged commit e0950eb into llvm:main Apr 9, 2025
10 checks passed
@klausler klausler deleted the bug447 branch April 9, 2025 19:31
AllinLeeYL pushed a commit to AllinLeeYL/llvm-project that referenced this pull request Apr 10, 2025
For Fujitsu test case 0561/0561_0168.f90, adjust both input and output
sides of the extension I (and G) edit descriptors with no width (as
distinct from I0/G0). On input, be sure to halt on a separator character
rather than complaining about an invalid character; on output, be sure
to emit a leading space.
var-const pushed a commit to ldionne/llvm-project that referenced this pull request Apr 17, 2025
For Fujitsu test case 0561/0561_0168.f90, adjust both input and output
sides of the extension I (and G) edit descriptors with no width (as
distinct from I0/G0). On input, be sure to halt on a separator character
rather than complaining about an invalid character; on output, be sure
to emit a leading space.
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.

2 participants