This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix interpretation of intrinsic names as arguments
ClosedPublic

Authored by tskeith on Aug 11 2020, 3:23 PM.

Details

Summary

If an unrestricted specific intrinsic function name is first encountered
as an actual argument, it should be interpreted as an object entity,
not a procedure entity.

Fix some tests that depended on the previous interpretation by adding
explicit INTRINSIC statements.

Diff Detail

Event Timeline

tskeith created this revision.Aug 11 2020, 3:23 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith requested review of this revision.Aug 11 2020, 3:23 PM
klausler accepted this revision.Aug 11 2020, 3:30 PM
This revision is now accepted and ready to land.Aug 11 2020, 3:30 PM
This revision was landed with ongoing or failed builds.Aug 11 2020, 4:53 PM
This revision was automatically updated to reflect the committed changes.