[all-commits] [llvm/llvm-project] b67018: [flang] Fix CheckSpecificationExpr handling of ass...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Nov 10 16:19:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b670189975f5ba4e8ef22c74724c610287b69c28
https://github.com/llvm/llvm-project/commit/b670189975f5ba4e8ef22c74724c610287b69c28
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M flang/lib/Evaluate/check-expression.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.
Differential revision: https://reviews.llvm.org/D91209
More information about the All-commits
mailing list