[all-commits] [llvm/llvm-project] b4c865: [flang] Downgrade inappropriate error message to a...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 31 11:29:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4c86525fdc33c9220a0234cb022d408749fe61c
https://github.com/llvm/llvm-project/commit/b4c86525fdc33c9220a0234cb022d408749fe61c
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call09.f90
A flang/test/Semantics/call21.f90
Log Message:
-----------
[flang] Downgrade inappropriate error message to a warning
It may not be great practice to pass a procedure (or procedure pointer)
with an implicit interface as an actual argument to correspond with
a dummy procedure (pointer), but it's not an error. Change to a
warning, and modify tests accordingly.
Differential Revision: https://reviews.llvm.org/D108932
More information about the All-commits
mailing list