Unverified Commit d6b69a1b authored by Shraiysh's avatar Shraiysh Committed by GitHub
Browse files

[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.
```
parent d9ccacee
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment