This is an archive of the discontinued LLVM Phabricator instance.

[flang] Abstract interfaces can't be designated or referenced
ClosedPublic

Authored by klausler on Oct 28 2022, 11:51 AM.

Details

Summary

Broaden the check for misuse of ABSTRACT procedure interfaces by
doing it in expression analysis rather than name resolution so that
cases like pointer assignment targets and actual arguments are also
diagnosed as errors.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2022, 11:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 28 2022, 11:52 AM
This revision is now accepted and ready to land.Oct 28 2022, 11:53 AM