This is an archive of the discontinued LLVM Phabricator instance.

[flang] Enforce ENTRY dummy argument usage restriction
ClosedPublic

Authored by klausler on Jan 27 2023, 9:36 AM.

Details

Summary

A dummy argument that appears only in ENTRY statements may
not be used in the executable part prior to its first ENTRY
statement.

Diff Detail

Event Timeline

klausler created this revision.Jan 27 2023, 9:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 9:36 AM
klausler requested review of this revision.Jan 27 2023, 9:36 AM
vdonaldson accepted this revision.Jan 27 2023, 11:39 AM
This revision is now accepted and ready to land.Jan 27 2023, 11:39 AM
This revision was automatically updated to reflect the committed changes.