This is an archive of the discontinued LLVM Phabricator instance.

[flang] Emit error about missing interface when needed
ClosedPublic

Authored by klausler on Jun 2 2021, 5:27 PM.

Details

Summary

When a procedure pointer with no interface is called by a
function reference, complain about the lack.

Diff Detail

Event Timeline

klausler created this revision.Jun 2 2021, 5:27 PM
klausler requested review of this revision.Jun 2 2021, 5:27 PM
PeteSteinfeld accepted this revision.Jun 2 2021, 8:04 PM

All builds, tests, and looks goodl.

This revision is now accepted and ready to land.Jun 2 2021, 8:04 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2021, 3:20 PM