[PATCH] D91286: [flang] Fix CheckSpecificationExpr handling of associated names

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 11:10:56 PST 2020


klausler created this revision.
klausler added reviewers: awarzynski, tskeith.
klausler added a project: Flang.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
klausler requested review of this revision.

Avoid a spurious error message about a dummy procedure reference
in a specification expression by restructuring the handling of
use-associated and host-associated symbols.

Updated to fix a circular dependence between shared library
binaries that was introduced by the original patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91286

Files:
  flang/include/flang/Semantics/scope.h
  flang/lib/Evaluate/check-expression.cpp
  flang/lib/Semantics/scope.cpp
  flang/test/Semantics/spec-expr.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91286.304592.patch
Type: text/x-patch
Size: 4710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201111/3afb9228/attachment.bin>


More information about the llvm-commits mailing list