An ASSOCIATE or SELECT TYPE statement's selector whose "right-hand side" is the result
of a reference to a function that returns a pointer must be usable as a valid target
(but not as a pointer).
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D135211
[flang] Selectors whose expressions are pointers returned from functions are valid targets ClosedPublic Authored by klausler on Oct 4 2022, 3:03 PM.
Details Summary An ASSOCIATE or SELECT TYPE statement's selector whose "right-hand side" is the result
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 5 2022, 1:00 AM Closed by commit rGc11b4456c2e3: [flang] Selectors whose expressions are pointers returned from functions are… (authored by klausler). · Explain WhyOct 6 2022, 11:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465186 flang/docs/Extensions.md
flang/include/flang/Evaluate/tools.h
flang/lib/Evaluate/tools.cpp
flang/lib/Lower/HostAssociations.cpp
flang/test/Semantics/associate01.f90
|