Skip to content

[flang][runtime] Remove bad runtime assertion #134176

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 4, 2025
Merged

Conversation

klausler
Copy link
Contributor

@klausler klausler commented Apr 2, 2025

The RUNTIME_CHECK in question doesn't allow for the possibility that an allocatable or pointer component could be processed by defined I/O. Remove it in favor of a dynamic allocation check.

The RUNTIME_CHECK in question doesn't allow for the possibility
that an allocatable or pointer component could be processed by
defined I/O.  Remove it in favor of a dynamic allocation check.
@klausler klausler merged commit ade9d1f into llvm:main Apr 4, 2025
10 checks passed
@klausler klausler deleted the bug445 branch April 4, 2025 15:43
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