Intrinsic module names are not in the user's namespace, so they
are free to declare global names that conflict with intrinsic
modules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126140
[flang] Allow global scope names that clash with intrinsic modules ClosedPublic Authored by klausler on May 21 2022, 10:06 PM.
Details Summary Intrinsic module names are not in the user's namespace, so they
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 23 2022, 9:13 AM Closed by commit rG9f33dd733ff5: [flang] Allow global scope names that clash with intrinsic modules (authored by klausler). · Explain WhyMay 23 2022, 6:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 431551 flang/lib/Semantics/mod-file.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/modfile49.f90
|