aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-10-06 00:16:30 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-10-06 00:16:30 +0000
commitbb6194e0b44a8262d8de304be3bd3ee65187772a (patch)
tree76e79da2d72ba5eb75d94345f154e960d87a4ce9 /gcc/cp
parent433516e1c6b1f8eeceeceb83cec5ea02a14065dc (diff)
downloadgcc-bb6194e0b44a8262d8de304be3bd3ee65187772a.zip
gcc-bb6194e0b44a8262d8de304be3bd3ee65187772a.tar.gz
gcc-bb6194e0b44a8262d8de304be3bd3ee65187772a.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b795a72..663c0b1 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,22 @@
+2021-10-05 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/102548
+ * tree.c (apply_identity_attributes): Fix handling of the
+ case where an attribute in the list doesn't affect type
+ identity but some attribute before it does.
+
+2021-10-05 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/102547
+ * constexpr.c (potential_constant_expression_1): Handle
+ NONTYPE_ARGUMENT_PACK.
+
+2021-10-05 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/98930
+ * pt.c (has_value_dependent_address): Return true for a static
+ local variable from a function template.
+
2021-10-04 Marek Polacek <polacek@redhat.com>
PR c++/97573