[flang-commits] [PATCH] D112240: [flang] Fix generic resolution case
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Oct 21 10:45:19 PDT 2021
klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.
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.
https://reviews.llvm.org/D112240
Files:
flang/docs/Extensions.md
flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/check-call.h
flang/lib/Semantics/expression.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112240.381320.patch
Type: text/x-patch
Size: 5999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211021/8fdbf370/attachment.bin>
More information about the flang-commits
mailing list