This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix result type of "procedure(abs) :: f"
ClosedPublic

Authored by klausler on Mar 1 2022, 10:00 AM.

Details

Summary

Name resolution was properly probing the table of unrestricted
specific intrinsics to find "abs", but failing to capture the
result type and save it in the created symbol table entry.

Diff Detail

Event Timeline

klausler created this revision.Mar 1 2022, 10:00 AM
klausler requested review of this revision.Mar 1 2022, 10:00 AM
schweitz accepted this revision.Mar 2 2022, 8:41 AM
This revision is now accepted and ready to land.Mar 2 2022, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 8:41 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 11:11 AM