aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-03 00:16:48 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-03 00:16:48 +0000
commit829d597548549709fcbfdba03ad6374174d11ec6 (patch)
treeb1cc8d648c8841e86f89b1328e8e8f2a2e3ce25c /gcc/cp
parent57b30f0134d9b49f7707b0c2ded6fd7686a312c8 (diff)
downloadgcc-829d597548549709fcbfdba03ad6374174d11ec6.zip
gcc-829d597548549709fcbfdba03ad6374174d11ec6.tar.gz
gcc-829d597548549709fcbfdba03ad6374174d11ec6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 2a132ae..17388f2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,19 @@
+2023-06-02 Jason Merrill <jason@redhat.com>
+
+ DR 2735
+ PR c++/109247
+ * call.cc (sfk_copy_or_move): New.
+ (joust): Add tiebreaker for explicit conv and copy ctor.
+
+2023-06-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/110070
+ PR c++/105838
+ * call.cc (maybe_init_list_as_array): Set DECL_MERGEABLE.
+ (convert_like_internal) [ck_list]: Set it.
+ (set_up_extended_ref_temp): Copy it.
+ * tree.cc (handle_no_unique_addr_attribute): Set it.
+
2023-06-01 Jason Merrill <jason@redhat.com>
* typeck2.cc (check_narrowing): Check flag_permissive.