[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
Wed Dec 6 21:37:11 PST 2023


================
@@ -39,7 +39,6 @@ subroutine bar(b1, b2, b3)
   type(c_ptr), pointer :: b2
   type(c_ptr), value :: b3
 
-  !ERROR: Variable 'c' in IS_DEVICE_PTR clause must be a dummy argument
----------------
raghavendhra wrote:

I followed all your review comments and updated my patch. Can you please review? Thanks!


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


More information about the flang-commits mailing list