This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow local variables and function result inquiries in specification expressions
ClosedPublic

Authored by klausler on May 10 2022, 3:22 PM.

Details

Summary

Inquiries into the bounds, size, and length of local variables (and function results)
are acceptable specification expressions. A recent change allowed them for dummy
arguments that are not OPTIONAL or INTENT(OUT), but didn't address other object
entities.

Diff Detail

Event Timeline

klausler created this revision.May 10 2022, 3:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2022, 3:22 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 10 2022, 3:22 PM
vdonaldson accepted this revision.May 10 2022, 3:33 PM
This revision is now accepted and ready to land.May 10 2022, 3:33 PM