[flang][openacc] Enforce restriction on attach and detach variables
Each var argument to an attach or detach clause must be a Fortran variable or array with the pointer or allocatable attribute. This patch enforce this restruction. Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D103279
Loading
Please register or sign in to comment