-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[flang] renamed specific shadowed by generic cause error when reading module files #83836
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
Labels
Comments
@llvm/issue-subscribers-bug Author: None (jeanPerier)
Reproducer:
modules.f90 :
main.f90 :
Bogus error:
This test is derived from discussions in #81544 and was not fixed by #82837. |
@llvm/issue-subscribers-flang-frontend Author: None (jeanPerier)
Reproducer:
modules.f90 :
main.f90 :
Bogus error:
This test is derived from discussions in #81544 and was not fixed by #82837. |
klausler
added a commit
to klausler/llvm-project
that referenced
this issue
Mar 4, 2024
Save both the raw procedure interface symbol as well as the result of passing it through GetUltimate() and BypassGeneric() in symbol table entries with ProcEntityDetails. The raw symbol of the interface needs to be the one used for emitting procedure symbols to module files. Fixes llvm#83836.
klausler
added a commit
to klausler/llvm-project
that referenced
this issue
Mar 4, 2024
Save both the raw procedure interface symbol as well as the result of passing it through GetUltimate() and BypassGeneric() in symbol table entries with ProcEntityDetails. The raw symbol of the interface needs to be the one used for emitting procedure symbols to module files. Fixes llvm#83836.
klausler
added a commit
that referenced
this issue
Mar 5, 2024
Save both the raw procedure interface symbol as well as the result of passing it through GetUltimate() and BypassGeneric() in symbol table entries with ProcEntityDetails. The raw symbol of the interface needs to be the one used for emitting procedure symbols to module files. Fixes #83836.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducer:
modules.f90 :
main.f90 :
Bogus error:
This test is derived from discussions in #81544 and was not fixed by #82837.
The text was updated successfully, but these errors were encountered: