[all-commits] [llvm/llvm-project] 684625: [flang][OpenMP] Add semantic check for declare tar...
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Nov 6 18:42:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6846258aa62ebeb64d23fc8839e3ab471b18f6dd
https://github.com/llvm/llvm-project/commit/6846258aa62ebeb64d23fc8839e3ab471b18f6dd
Author: Shraiysh <Shraiysh.Vaishay at amd.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
A flang/test/Semantics/OpenMP/declare-target07.f90
Log Message:
-----------
[flang][OpenMP] Add semantic check for declare target (#71425)
This patch adds a semantic check for the following:
```
If a list item is a procedure name, it must not be a generic name,
procedure pointer, entry name, or statement function name.
```
More information about the All-commits
mailing list