[all-commits] [llvm/llvm-project] 779d24: [flang] Support check for BIND statement entity
PeixinQiao via All-commits
all-commits at lists.llvm.org
Tue Jun 28 20:26:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 779d2470a45393b981eff706662922f320859681
https://github.com/llvm/llvm-project/commit/779d2470a45393b981eff706662922f320859681
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/bind-c02.f90
Log Message:
-----------
[flang] Support check for BIND statement entity
As Fortran 2018 8.6.4(1), the BIND statement specifies the BIND attribute
for a list of variables and common blocks.
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D127120
More information about the All-commits
mailing list