]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 21 Dec 2023 00:19:44 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 21 Dec 2023 00:19:44 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 150569894451721d686b2316abef4d65c444e07c..1e1f595fc12de3d6864523e226fc89919cbffb01 100644 (file)
@@ -1 +1 @@
-20231220
+20231221
index 4519d50cbc07600e3c48d7c4b65ca435840f5d6e..cbaf2efad084ddd2c443d4276d244f1e05105f3b 100644 (file)
@@ -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:
index fa2ea0704b8aafed2768b24817c4682b118ffcf1..272c75af2d196c5a462ffaf8a4666c0b19aab708 100644 (file)
@@ -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: