[PATCH] D87411: [flang] Fix analyzed form of type-bound assignment

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 07:09:21 PDT 2020


tskeith added a comment.

In D87411#2264251 <https://reviews.llvm.org/D87411#2264251>, @klausler wrote:

> Should you check that compilation-time resolution applies to monomorphic objects and `NON_OVERRIDABLE`  bindings, but *not* to overridable bindings of polymorphic objects?

You're right. Analyzed calls have the same problem but functions are correct so I will try to use that code in all cases. That's a much bigger change so I will make a new revision for it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87411/new/

https://reviews.llvm.org/D87411



More information about the llvm-commits mailing list