Skip to content

[flang][runtime] Allow INQUIRE(IOLENGTH=) in the presence of defined I/O #144541

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

klausler
Copy link
Contributor

When I/O list items include instances of derived types for which defined I/O procedures exist, ignore them.

Fixes #144363.

When I/O list items include instances of derived types for which defined
I/O procedures exist, ignore them.

Fixes llvm#144363.
@klausler klausler requested a review from DanielCChen June 17, 2025 14:55
@llvmbot llvmbot added the flang Flang issues not falling into any other category label Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[flang] DTIO: Flang generates code to reference DTIO routines even there is not READ or WRITE in source code.
2 participants