This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch attempt to misuse an abstract procedure in a generic interface
ClosedPublic

Authored by klausler on Mar 1 2023, 11:53 AM.

Details

Summary

A procedure defined in an ABSTRACT INTERFACE may not appear as
a specific procedure in a generic interface.

Diff Detail

Event Timeline

klausler created this revision.Mar 1 2023, 11:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 11:53 AM
klausler requested review of this revision.Mar 1 2023, 11:53 AM
PeteSteinfeld accepted this revision.Mar 1 2023, 1:54 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 1 2023, 1:54 PM