This is an archive of the discontinued LLVM Phabricator instance.

[flang] Cope with homonymous generic/specific in generic resolution
ClosedPublic

Authored by klausler on Jul 26 2023, 9:01 AM.

Details

Summary

When a generic interface X has a specific procedure Y that is also a specific
procedure of another generic with the same name (Y), ensure that
generic resolution of a call to X that resolves to Y points to the
symbol of the specific procedure Y, not the generic.

Diff Detail

Event Timeline

klausler created this revision.Jul 26 2023, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 9:01 AM
klausler requested review of this revision.Jul 26 2023, 9:01 AM
vdonaldson accepted this revision.Jul 26 2023, 10:45 AM

Looks good; thanks.

This revision is now accepted and ready to land.Jul 26 2023, 10:45 AM