A recent change moved some checking code from name resolution into
declaration checking, and inadvertently disabled C702 checking for
procedure entities. Fix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139043
[flang] Restore C702 check for ProcEntity symbols ClosedPublic Authored by klausler on Nov 30 2022, 2:37 PM.
Details Summary A recent change moved some checking code from name resolution into
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 1 2022, 8:51 AM Closed by commit rG78da80e2ef6e: [flang] Restore C702 check for ProcEntity symbols (authored by klausler). · Explain WhyDec 2 2022, 12:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479709 flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/resolve69.f90
|