aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-23 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-23 00:16:27 +0000
commitb563a8dd3fcdeaeab5e1b73cec70cd341d867940 (patch)
tree77dccbe1a8764a06ea24e81d9e02c4f95cc2c0a2 /gcc/cp
parent6d5194a10dc103031b9c8a03091ca70f6db33c8b (diff)
downloadgcc-b563a8dd3fcdeaeab5e1b73cec70cd341d867940.zip
gcc-b563a8dd3fcdeaeab5e1b73cec70cd341d867940.tar.gz
gcc-b563a8dd3fcdeaeab5e1b73cec70cd341d867940.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9266161..f5ff8de 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,17 @@
+2022-07-22 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/106366
+ * pt.cc (do_class_deduction): Don't consider TYPE_HAS_LIST_CTOR
+ when setting try_list_ctor. Reset args even when try_list_ctor
+ is true and there are no list candidates. Call resolve_args on
+ the reset args. Rename try_list_ctor to try_list_cand.
+
+2022-07-22 Martin Liska <mliska@suse.cz>
+
+ PR other/106370
+ * init.cc (sort_mem_initializers): Remove continue as last stmt
+ in a loop.
+
2022-07-21 Jason Merrill <jason@redhat.com>
PR c++/106361