[all-commits] [llvm/llvm-project] 67b13e: [flang] Fix CheckSpecificationExpr handling of ass...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Nov 11 13:52:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 67b13e9785ed171deea92d7c21a8947a6ce61f57
https://github.com/llvm/llvm-project/commit/67b13e9785ed171deea92d7c21a8947a6ce61f57
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M flang/include/flang/Semantics/scope.h
M flang/lib/Evaluate/check-expression.cpp
M flang/lib/Semantics/scope.cpp
M flang/test/Semantics/spec-expr.f90
Log Message:
-----------
[flang] Fix CheckSpecificationExpr handling of associated names
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.
Differential revision: https://reviews.llvm.org/D91286
More information about the All-commits
mailing list