[gcc r11-11164] Daily bump.

GCC Administrator gccadmin@gcc.gnu.org
Thu Dec 21 00:20:06 GMT 2023


https://gcc.gnu.org/g:d0e7d0eb0667ab3a7b391e6fdf27588c8398fe80

commit r11-11164-gd0e7d0eb0667ab3a7b391e6fdf27588c8398fe80
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Dec 21 00:19:44 2023 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 29 +++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 15056989445..1e1f595fc12 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20231220
+20231221
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 4519d50cbc0..cbaf2efad08 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,32 @@
+2023-12-20  Jason Merrill  <jason@redhat.com>
+
+	Backported from master:
+	2021-04-27  Jason Merrill  <jason@redhat.com>
+
+	PR c++/92145
+	* class.c (classtype_has_depr_implicit_copy): Check DECL_CONTEXT
+	of operator=.
+
+2023-12-20  Jason Merrill  <jason@redhat.com>
+
+	Backported from master:
+	2023-08-31  Jason Merrill  <jason@redhat.com>
+
+	PR c++/92407
+	* cp-tree.h (struct language_function): Add backward_goto.
+	* decl.c (check_goto): Set it.
+	* typeck.c (check_return_expr): Prevent NRV if set.
+
+2023-12-20  Patrick Palka  <ppalka@redhat.com>
+
+	Backported from master:
+	2023-04-25  Patrick Palka  <ppalka@redhat.com>
+
+	PR c++/108975
+	* pt.c (value_dependent_expression_p) <case VAR_DECL>:
+	Suppress conservative early exit for reference variables
+	when DECL_HAS_VALUE_EXPR_P.
+
 2023-12-17  Jakub Jelinek  <jakub@redhat.com>
 
 	Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index fa2ea0704b8..272c75af2d1 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,27 @@
+2023-12-20  Jason Merrill  <jason@redhat.com>
+
+	Backported from master:
+	2021-04-27  Jason Merrill  <jason@redhat.com>
+
+	PR c++/92145
+	* g++.dg/cpp0x/depr-copy3.C: New test.
+
+2023-12-20  Jason Merrill  <jason@redhat.com>
+
+	Backported from master:
+	2023-08-31  Jason Merrill  <jason@redhat.com>
+
+	PR c++/92407
+	* g++.dg/opt/nrv22.C: New test.
+
+2023-12-20  Patrick Palka  <ppalka@redhat.com>
+
+	Backported from master:
+	2023-04-25  Patrick Palka  <ppalka@redhat.com>
+
+	PR c++/108975
+	* g++.dg/cpp0x/lambda/lambda-const11a.C: New test.
+
 2023-12-19  Jakub Jelinek  <jakub@redhat.com>
 
 	Backported from master:


More information about the Gcc-cvs mailing list