This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch misuse of a procedure designator as an output item
ClosedPublic

Authored by klausler on Feb 10 2023, 2:32 PM.

Details

Summary

f18 was diagnosing the misuse of a procedure pointer as an output item,
but not the more general case of a procedure designator other than
a pointer.

Diff Detail

Event Timeline

klausler created this revision.Feb 10 2023, 2:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 2:32 PM
klausler requested review of this revision.Feb 10 2023, 2:32 PM
vdonaldson accepted this revision.Feb 10 2023, 4:23 PM
This revision is now accepted and ready to land.Feb 10 2023, 4:23 PM