summaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r--gcc/tree-core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index aa7498b90e0..a17655389b4 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -1152,6 +1152,11 @@ enum omp_clause_map_kind
array sections. OMP_CLAUSE_SIZE for these is not the pointer size,
which is implicitly POINTER_SIZE / BITS_PER_UNIT, but the bias. */
OMP_CLAUSE_MAP_POINTER,
+ /* Also internal, behaves like OMP_CLAUS_MAP_TO, but additionally any
+ OMP_CLAUSE_MAP_POINTER records consecutive after it which have addresses
+ falling into that range will not be ignored if OMP_CLAUSE_MAP_TO_PSET
+ wasn't mapped already. */
+ OMP_CLAUSE_MAP_TO_PSET,
OMP_CLAUSE_MAP_LAST
};