[PATCH] D93320: [flang] Fix false error message for "ptr => func()" array conformance

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 14:55:51 PST 2020


tskeith added inline comments.


================
Comment at: flang/lib/Semantics/pointer-assignment.cpp:174
+            "pointer", "function result", false /*elemental*/,
+            true /*left: deferred shape*?, true /*right: deferred shape*/)) {
       msg = "%s is associated with the result of a reference to function '%s'"
----------------
The first comment terminator is messed up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93320



More information about the llvm-commits mailing list