This is an archive of the discontinued LLVM Phabricator instance.

[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
of a reference to a function that returns a pointer must be usable as a valid target
(but not as a pointer).

Diff Detail

Event Timeline

klausler created this revision.Oct 4 2022, 3:03 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Oct 4 2022, 3:03 PM
jeanPerier accepted this revision.Oct 5 2022, 1:00 AM
This revision is now accepted and ready to land.Oct 5 2022, 1:00 AM