If a module specifies default private accessibility, names that have
been use-associated are private by default. This was not reflected in
.mod files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94602
[flang] Fix accessibility of USEd name in .mod file ClosedPublic Authored by tskeith on Jan 13 2021, 7:40 AM.
Details Summary If a module specifies default private accessibility, names that have
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 13 2021, 8:24 AM Closed by commit rG18278ff1aac4: [flang] Fix accessibility of USEd name in .mod file (authored by tskeith). · Explain WhyJan 13 2021, 12:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316393 flang/lib/Semantics/mod-file.cpp
flang/test/Semantics/modfile03.f90
|