This is an archive of the discontinued LLVM Phabricator instance.

[flang] Cope with specific procedures with same name as generic
ClosedPublic

Authored by klausler on Feb 10 2021, 4:30 PM.

Details

Summary

When accessing a specific procedure of a USE-associated generic
interface, we need to allow for the case in which that specific
procedure has the same name as the generic when testing for
its availability in the current scope.

Diff Detail

Event Timeline

klausler created this revision.Feb 10 2021, 4:30 PM
klausler requested review of this revision.Feb 10 2021, 4:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2021, 4:30 PM
tskeith accepted this revision.Feb 10 2021, 5:17 PM
This revision is now accepted and ready to land.Feb 10 2021, 5:17 PM
tskeith retitled this revision from flang] Cope with specific procedures with same name as generic to [flang] Cope with specific procedures with same name as generic.Feb 10 2021, 5:18 PM
tskeith edited the summary of this revision. (Show Details)
This revision was landed with ongoing or failed builds.Feb 10 2021, 5:30 PM
This revision was automatically updated to reflect the committed changes.