[PATCH] D87541: [flang] Fix analyzed form of type-bound assignment
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 12:33:16 PDT 2020
tskeith created this revision.
tskeith added reviewers: klausler, PeteSteinfeld.
tskeith added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
tskeith requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87541
Files:
flang/lib/Semantics/expression.cpp
flang/test/Semantics/defined-ops.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87541.291312.patch
Type: text/x-patch
Size: 3811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200911/86398607/attachment.bin>
More information about the llvm-commits
mailing list