Inaccessible components -- those declared PRIVATE in another module -- should
be allowed to be redeclared in extended types, and should be ignored if
they appear as keywords in structure constructors.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D131102
[flang] Ignore inaccessible components when extending types or constructing structures ClosedPublic Authored by klausler on Aug 3 2022, 12:59 PM.
Details Summary Inaccessible components -- those declared PRIVATE in another module -- should
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 4 2022, 1:45 AM Closed by commit rGe1ee20d574df: [flang] Ignore inaccessible components when extending types or constructing… (authored by klausler). · Explain WhyAug 9 2022, 7:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 449753 flang/lib/Semantics/expression.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/symbol22.f90
|