aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-16 00:17:09 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-16 00:17:09 +0000
commitcdc34229c11ff955aa1a08fb3919327f3c1a4e8a (patch)
treeffd65c3bebdb7c6f749036a3b8e290ec76f4767d /include/ChangeLog
parented1797ddf8285f59a50d9c883beb97705279d980 (diff)
Daily bump.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 51d58a64b8b..dda005335c0 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2022-11-15 Nathan Sidwell <nathan@acm.org>
+
+ * demangle.h (enum demangle_component_type): Add
+ DEMANGLE_COMPONENT_TEMPLATE_HEAD,
+ DEMANGLE_COMPONENT_TEMPLATE_TYPE_PARM,
+ DEMANGLE_COMPONENT_TEMPLATE_NON_TYPE_PARM,
+ DEMANGLE_COMPONENT_TEMPLATE_TEMPLATE_PARM,
+ DEMANGLE_COMPONENT_TEMPLATE_PACK_PARM.
+
2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
* gomp-constants.h (GOMP_DEVICE_INTEL_MIC): Comment out.