When multiple scopes in a compilation define interfaces (explicit
or implicit) for an external procedure, warn when those interfaces
are inconsistent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146574
[flang] Warn about inconsistent external procedure interfaces ClosedPublic Authored by klausler on Mar 21 2023, 3:04 PM.
Details Summary When multiple scopes in a compilation define interfaces (explicit
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 21 2023, 5:02 PM Closed by commit rG982614fa47e8: [flang] Warn about inconsistent external procedure interfaces (authored by klausler). · Explain WhyMar 27 2023, 3:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 508815 flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/null-init.f90
flang/test/Semantics/resolve24.f90
flang/test/Semantics/resolve53.f90
flang/test/Semantics/resolve62.f90
flang/test/Semantics/resolve67.f90
|