[all-commits] [llvm/llvm-project] d2bcb0: [flang] Allow IMPLICIT NONE(EXTERNAL) with Generic...
FruitClover via All-commits
all-commits at lists.llvm.org
Thu Apr 14 02:45:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2bcb0a129f1e60d291fe967426e3686d9ea0587
https://github.com/llvm/llvm-project/commit/d2bcb0a129f1e60d291fe967426e3686d9ea0587
Author: Mike Kashkarov <fruitclover at gmail.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/implicit12.f90
Log Message:
-----------
[flang] Allow IMPLICIT NONE(EXTERNAL) with GenericDetails
Restrictions of IMPLICIT NONE(EXTERNAL) prohibits usage of c_associated from
iso_c_binding (with explicit interface) without external definiton - relax
associated check.
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D120971
More information about the All-commits
mailing list