aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-07 00:17:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-07 00:17:25 +0000
commit4f0d4825fa489cc1875c94ab405a800a8d76e506 (patch)
tree14207148fc3d6796e4312431cd46b23621a7adae /include
parent6160572f8d243cb613ee0290fdc8580f1761d805 (diff)
downloadgcc-4f0d4825fa489cc1875c94ab405a800a8d76e506.zip
gcc-4f0d4825fa489cc1875c94ab405a800a8d76e506.tar.gz
gcc-4f0d4825fa489cc1875c94ab405a800a8d76e506.tar.bz2
Daily bump.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 52b3159..7ddfaeb 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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