]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/ChangeLog
Daily bump.
[thirdparty/gcc.git] / include / ChangeLog
index 52b3159c99981b64b727a61941bf6d6bb0197011..7ddfaeb7985be0c36c2341d6ac4d8be0cc22e506 100644 (file)
@@ -1,3 +1,17 @@
+2023-06-06  Kwok Cheung Yeung  <kcy@codesourcery.com>
+           Tobias Burnus  <tobias@codesourcery.com>
+
+       * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_5): New.
+       (GOMP_MAP_FLAG_FORCE): Redefine.
+       (GOMP_MAP_FLAG_PRESENT, GOMP_MAP_FLAG_ALWAYS_PRESENT): New.
+       (enum gomp_map_kind): Add map kinds with 'present' modifiers.
+       (GOMP_MAP_COPY_TO_P, GOMP_MAP_COPY_FROM_P): Evaluate to true for
+       map variants with 'present'
+       (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Evaluate to true
+       for map variants with 'always, present' modifiers.
+       (GOMP_MAP_ALWAYS): Redefine.
+       (GOMP_MAP_FORCE_P, GOMP_MAP_PRESENT_P): New.
+
 2023-05-11  Joseph Myers  <joseph@codesourcery.com>
 
        PR middle-end/109128