This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix analyzed form of type-bound assignment
ClosedPublic

Authored by tskeith on Sep 11 2020, 12:33 PM.

Details

Summary

Change the analyzed form of type-bound assignment to match that of call
statements. Resolve the binding name to a specific subprogram when
possible by using GetBindingResolution. Otherwise leave it as a
type-bound procedure call.

Diff Detail

Event Timeline

tskeith created this revision.Sep 11 2020, 12:33 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith requested review of this revision.Sep 11 2020, 12:33 PM
PeteSteinfeld accepted this revision.Sep 11 2020, 1:41 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Sep 11 2020, 1:41 PM
klausler accepted this revision.Sep 14 2020, 8:11 AM
This revision was automatically updated to reflect the committed changes.