This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix crash: ENTRY with generic interface of the same name
ClosedPublic

Authored by klausler on Mar 18 2022, 5:34 PM.

Details

Summary

Name resolution was crashing while processing the ENTRY statement
due to a lack of special-case code necessary to handle the indirection
needed when the generic has the same name as the ENTRY.

Diff Detail

Event Timeline

klausler created this revision.Mar 18 2022, 5:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2022, 5:34 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Mar 18 2022, 5:34 PM
vdonaldson accepted this revision.Mar 21 2022, 5:06 PM
This revision is now accepted and ready to land.Mar 21 2022, 5:06 PM