This is an archive of the discontinued LLVM Phabricator instance.

[flang] Detect call to abstract interface
ClosedPublic

Authored by tskeith on Dec 28 2020, 1:23 PM.

Details

Summary

A subroutine call or function reference to an abstract interface is
not legal.

Diff Detail

Event Timeline

tskeith created this revision.Dec 28 2020, 1:23 PM
tskeith requested review of this revision.Dec 28 2020, 1:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 28 2020, 1:24 PM
klausler accepted this revision.Dec 28 2020, 1:25 PM
This revision is now accepted and ready to land.Dec 28 2020, 1:25 PM
This revision was automatically updated to reflect the committed changes.