[flang-commits] [PATCH] D87073: [flang]Fix for PR47339
Inderjeet via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Sep 3 17:27:17 PDT 2020
inderjeet-hcl added inline comments.
================
Comment at: flang/lib/Semantics/resolve-names.cpp:5054
+ const SomeExpr &expr{**pexpr};
+ if (std::optional<evaluate::DynamicType> type{expr.GetType()}) {
+ if (ExtractCoarrayRef(expr)) { // C1103
----------------
klausler wrote:
> `type` is unused
It seems usage of type is not required, I will share updated code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87073/new/
https://reviews.llvm.org/D87073
More information about the flang-commits
mailing list