aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-04-01 00:16:39 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-04-01 00:16:39 +0000
commit95d217ab52d31dc06fda42fc136dea165909e88b (patch)
treec23a685bf7050bd3f5e5e64796e0b9aa880f1a3c /gcc/cp
parente4bb1bd60a9fd1bed36092a990aa5fed5d45bfa6 (diff)
downloadgcc-95d217ab52d31dc06fda42fc136dea165909e88b.zip
gcc-95d217ab52d31dc06fda42fc136dea165909e88b.tar.gz
gcc-95d217ab52d31dc06fda42fc136dea165909e88b.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d4c317c..1020047 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,21 @@
+2021-03-31 Jason Merrill <jason@redhat.com>
+
+ PR c++/99445
+ * tree.c (strip_typedefs): Handle TYPE_PACK_EXPANSION.
+
+2021-03-31 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/88115
+ * mangle.c (write_expression): Adjust the mangling of
+ __alignof__.
+
+2021-03-31 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/99815
+ * pt.c (placeholder_type_constraint_dependent_p): Expand
+ argument packs to separate the first non-pack argument
+ from the rest.
+
2021-03-30 Nathan Sidwell <nathan@acm.org>
PR c++/99283