When a procedure binding in a derived type has PRIVATE accessibility,
it may not be an override of a type-bound procedure that is accessible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145104
[flang] A TBP override may not make a public binding private ClosedPublic Authored by klausler on Mar 1 2023, 12:03 PM.
Details Summary When a procedure binding in a derived type has PRIVATE accessibility,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 1 2023, 2:03 PM Closed by commit rG702018022649: [flang] A TBP override may not make a public binding private (authored by klausler). · Explain WhyMar 2 2023, 9:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 501908 flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/bindings01.f90
|