Procedures with the EXTERNAL attribute (explicit or implied) are
not permitted to be ALLOCATABLE or be arrays if their interfaces
are implicit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146572
[flang] Diagnose bad attributes of implicit interface externals ClosedPublic Authored by klausler on Mar 21 2023, 3:01 PM.
Details Summary Procedures with the EXTERNAL attribute (explicit or implied) are
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 21 2023, 5:01 PM Closed by commit rG88a097d129bc: [flang] Diagnose bad attributes of implicit interface externals (authored by klausler). · Explain WhyMar 27 2023, 3:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 508808 flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/call05.f90
flang/test/Semantics/resolve20.f90
|