A procedure defined in an ABSTRACT INTERFACE may not appear as
a specific procedure in a generic interface.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145102
[flang] Catch attempt to misuse an abstract procedure in a generic interface ClosedPublic Authored by klausler on Mar 1 2023, 11:53 AM.
Details Summary A procedure defined in an ABSTRACT INTERFACE may not appear as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 1 2023, 1:54 PM Closed by commit rG5be7f8a666da: [flang] Catch attempt to misuse an abstract procedure in a generic interface (authored by klausler). · Explain WhyMar 2 2023, 9:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 501903 flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/generic02.f90
|