This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix intrinsic/generic interaction regression
ClosedPublic

Authored by klausler on Apr 16 2022, 4:12 PM.

Details

Summary

When resolving a procedure reference, do not allow a successful
intrinsic procedure probe result to override an existing
symbol.

Diff Detail

Event Timeline

klausler created this revision.Apr 16 2022, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2022, 4:12 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 16 2022, 4:12 PM
klausler updated this revision to Diff 423271.Apr 16 2022, 6:13 PM

Merge two patches together (both need to be present to fix problem without adding a test failure)

vdonaldson accepted this revision.Apr 18 2022, 10:06 AM
This revision is now accepted and ready to land.Apr 18 2022, 10:06 AM