Don't emit an error message for a possible implicit use of an
external procedure when it is known that the symbol is not
a procedure (e.g., an array).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150789
[flang] Fix bogus error under IMPLICIT NONE(EXTERNAL) ClosedPublic Authored by klausler on May 17 2023, 8:38 AM.
Details Summary Don't emit an error message for a possible implicit use of an
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 17 2023, 9:19 AM Closed by commit rG98d1d528d109: [flang] Fix bogus error under IMPLICIT NONE(EXTERNAL) (authored by klausler). · Explain WhyMay 18 2023, 11:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523487 flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/implicit07.f90
|