[all-commits] [llvm/llvm-project] d6b69a: [flang][OpenMP] Add semantic checks for is_device_...

Shraiysh via All-commits all-commits at lists.llvm.org
Mon Nov 6 10:07:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6b69a1bb9f5db5cfa24d372e4aab6365c1496f9
      https://github.com/llvm/llvm-project/commit/d6b69a1bb9f5db5cfa24d372e4aab6365c1496f9
  Author: Shraiysh <Shraiysh.Vaishay at amd.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/test/Semantics/OpenMP/target01.f90

  Log Message:
  -----------
  [flang][OpenMP] Add semantic checks for is_device_ptr (#71255)

This patch adds the following semantic check for is_device_ptr

```
A list item that appears in an is_device_ptr clause must be a
dummy argument that does not have the ALLOCATABLE, POINTER or
VALUE attribute.
```




More information about the All-commits mailing list