Skip to content
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

Use language-feature macros and work around flang I/O issue #21

Merged
merged 3 commits into from
Sep 22, 2024

Conversation

rouson
Copy link

@rouson rouson commented Sep 22, 2024

This PR

  1. Replaces most compiler-specific macros with the language-feature macros defined in the new file include/language-support.F90,
  2. Works around LLVM flang-new issue 109589 that was erroneously wrapping list-directed output.

This commit works around flang issue 109589, which causes line
wraps after the 78th character of list-directed output.

See llvm/llvm-project#109589.
@rouson rouson merged commit 1eb98b8 into main Sep 22, 2024
8 checks passed
@rouson rouson deleted the flang-issue-109589 branch September 22, 2024 23:29
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.

1 participant