[flang-commits] [flang] [flang][OpenMP][Semantics] Modify a semantic check which was tightly checking list items in IS_DEVICE_PTR to be only dummy arguments. (PR #74370)

Raghu Maddhipatla via flang-commits flang-commits at lists.llvm.org
Tue Dec 5 07:02:32 PST 2023


raghavendhra wrote:

> Could you add a reference to the Section from the standard that asks for this restriction?

https://www.openmp.org/spec-html/5.0/openmpsu60.html

`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.`

https://github.com/llvm/llvm-project/pull/74370


More information about the flang-commits mailing list