[all-commits] [llvm/llvm-project] 14b90d: [flang] Fix generic resolution case
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 22 14:35:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14b90d1fe0d79c8adbe8531ebc79199a8892a781
https://github.com/llvm/llvm-project/commit/14b90d1fe0d79c8adbe8531ebc79199a8892a781
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M flang/docs/Extensions.md
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-call.h
M flang/lib/Semantics/expression.cpp
Log Message:
-----------
[flang] Fix generic resolution case
Don't try to convert INTEGER argument expressions to the kind of
the dummy argument when performing generic resolution; specific
procedures may be distinguished only by their kinds.
Differential Revision: https://reviews.llvm.org/D112240
More information about the All-commits
mailing list