From 96069d8433775769804b5fa5576d6f59a723a6b6 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 28 Oct 2022 00:18:03 +0000 Subject: Daily bump. --- gcc/cp/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gcc/cp') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4a49075..d065fd1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,21 @@ +2022-10-27 Jakub Jelinek + + PR c++/107379 + * name-lookup.cc (push_namespace): Call find_namespace_slot again + after pushdecl as the hash table might be expanded during pushdecl. + +2022-10-27 Nathan Sidwell + + * mangle.cc (write_closure_template_head): New. + (write_closure_type_name): Call it. + +2022-10-27 Jakub Jelinek + + PR c++/107382 + PR c++/107383 + * typeck.cc (cp_build_binary_op): Don't compute semantic_result_type + if result_type is NULL. + 2022-10-26 Marek Polacek PR c++/106393 -- cgit v1.1