[all-commits] [llvm/llvm-project] 303ecc: [flang] Add one semantic check for implicit interface
PeixinQiao via All-commits
all-commits at lists.llvm.org
Sun May 1 03:42:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 303ecc42d42fcefb421ce9890df97e8ae3e1fd60
https://github.com/llvm/llvm-project/commit/303ecc42d42fcefb421ce9890df97e8ae3e1fd60
Author: PeixinQiao <qiaopeixin at huawei.com>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call02.f90
Log Message:
-----------
[flang] Add one semantic check for implicit interface
As Fortran 2018 C1533, a nonintrinsic elemental procedure shall not be
used as an actual argument. The semantic check for implicit iterface is
missed.
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D124379
More information about the All-commits
mailing list