In type-bound generic resolution, when the actual argument
is monomorphic, resolve the call to the target of the
most recent (i.e., least deeply inherited) override of
the binding, if any.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D140127
[flang] When resolving a binding, allow for overriding ClosedPublic Authored by klausler on Dec 15 2022, 10:58 AM.
Details Summary In type-bound generic resolution, when the actual argument
Diff Detail Event TimelineThis revision is now accepted and ready to land.Dec 15 2022, 11:15 AM This revision was landed with ongoing or failed builds.Dec 15 2022, 3:09 PM Closed by commit rGe9088e3789bb: [flang] When resolving a binding, allow for overriding (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483242 flang/lib/Semantics/expression.cpp
|