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

[flang] Foil attempts to put automatic objects in COMMON #66228

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

klausler
Copy link
Contributor

We were catching automatic objects in modules and SAVE, but not in COMMON blocks.

Fixes #65003.

@klausler klausler requested a review from a team as a code owner September 13, 2023 16:20
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:semantics labels Sep 13, 2023
We were catching automatic objects in modules and SAVE, but
not in COMMON blocks.

Fixes llvm#65003.

Pull request: llvm#66228
@klausler klausler merged commit c0f5015 into llvm:main Sep 13, 2023
1 of 2 checks passed
@klausler klausler deleted the bug65003 branch September 13, 2023 21:34
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
We were catching automatic objects in modules and SAVE, but not in
COMMON blocks.

Fixes llvm#65003.
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] missing diagnostic message for automatic object in COMMON
3 participants