aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-20 00:16:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-20 00:16:21 +0000
commit29309f6e29d0912eececa1bac29b249440469107 (patch)
tree2f7930940e8fc8538f759323fd099d50012d16a1 /gcc/cp/ChangeLog
parent220b9bdfe8faebdd2aea0ab7cea81c162d42d8e0 (diff)
downloadgcc-29309f6e29d0912eececa1bac29b249440469107.zip
gcc-29309f6e29d0912eececa1bac29b249440469107.tar.gz
gcc-29309f6e29d0912eececa1bac29b249440469107.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a668f9f..bf5c30c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,24 @@
+2021-12-19 Matthias Kretz <m.kretz@gsi.de>
+
+ * module.cc (trees_out::get_merge_kind): NAMESPACE_DECLs also
+ cannot have a DECL_TEMPLATE_INFO.
+
+2021-12-19 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/94376
+ * lambda.c (lambda_capture_field_type): Strip location wrappers
+ before checking for a capture proxy.
+ (is_capture_proxy): Assert that we don't see a location wrapper.
+ (mark_const_cap_r): Don't call is_constant_capture_proxy on a
+ location wrapper.
+
+2021-12-19 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103714
+ * constraint.cc (satisfy_declaration_constraints): Do
+ push_to_top_level and pop_from_top_level around the call to
+ satisfy_normalized_constraints.
+
2021-12-17 Marek Polacek <polacek@redhat.com>
PR c/103649