This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow a construct entity as a concurrent-header index
ClosedPublic

Authored by klausler on Aug 25 2022, 10:49 AM.

Details

Summary

A construct entity of an ASSOCIATE or SELECT TYPE construct
should be acceptable as an index variable of a concurrent-header in
a FORALL or DO CONCURRENT, so long as it also satisfies other
requirements.

Diff Detail

Event Timeline

klausler created this revision.Aug 25 2022, 10:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 10:49 AM
klausler requested review of this revision.Aug 25 2022, 10:49 AM
This revision is now accepted and ready to land.Aug 25 2022, 2:30 PM