aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-16 00:17:10 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-16 00:17:10 +0000
commitb01e96f86ed8bc4d2de23508d46913c26652c840 (patch)
tree9aed5e06d6fb3b7e7c8ef8434ec261a208c9e870 /gcc/cp
parent5da4c0b85a97727e6802eaf3a0d47bcdb8da5f51 (diff)
downloadgcc-b01e96f86ed8bc4d2de23508d46913c26652c840.zip
gcc-b01e96f86ed8bc4d2de23508d46913c26652c840.tar.gz
gcc-b01e96f86ed8bc4d2de23508d46913c26652c840.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 02b9522..0e8ccbb 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-15 Chung-Lin Tang <cltang@codesourcery.com>
+ Thomas Schwinge <thomas@codesourcery.com>
+
+ * parser.cc (OACC_DATA_CLAUSE_MASK): Add PRAGMA_OACC_CLAUSE_DEFAULT.
+
2023-08-14 gnaggnoyil <gnaggnoyil@gmail.com>
DR 2386