[all-commits] [llvm/llvm-project] 2de5ea: [flang] Fix bogus error message with binding
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jan 21 17:00:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de5ea3b3ed9882026d9dc6c5d8ec462ebe5f8ec
https://github.com/llvm/llvm-project/commit/2de5ea3b3ed9882026d9dc6c5d8ec462ebe5f8ec
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M flang/lib/Evaluate/call.cpp
M flang/lib/Semantics/check-declarations.cpp
A flang/test/Semantics/call17.f90
M flang/test/Semantics/resolve88.f90
Log Message:
-----------
[flang] Fix bogus error message with binding
ProcedureDesignator::GetInterfaceSymbol() needs to return
the procedure bound to a bindings.
Differential Revision: https://reviews.llvm.org/D95178
More information about the All-commits
mailing list