]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/libgomp.h
OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]
[thirdparty/gcc.git] / libgomp / libgomp.h
index f9080e9f70f91dee636185bdba45c7260f0c35a7..87f939a1f216c2c18bfcc9d78916f4d11cd2941c 100644 (file)
@@ -954,6 +954,9 @@ struct target_var_desc {
   bool always_copy_from;
   /* True if this is for OpenACC 'attach'.  */
   bool is_attach;
+  /* If GOMP_MAP_TO_PSET had a NULL pointer; used for Fortran descriptors,
+     which were initially unallocated.  */
+  bool has_null_ptr_assoc;
   /* Relative offset against key host_start.  */
   uintptr_t offset;
   /* Actual length.  */