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

index 150569894451721d686b2316abef4d65c444e07c..1e1f595fc12de3d6864523e226fc89919cbffb01 100644 (file)
@@ -1 +1 @@
-20231220
+20231221
index ad95d86202f6622e8d1f8993952593285bf9dd58..b46b70f1d5a193e1353a9b14b06e10293925c536 100644 (file)
@@ -1,3 +1,10 @@
+2023-12-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * sem_ch3.adb (Analyze_Subtype_Declaration): Remove a short-circuit
+       for subtypes without aspects when it comes to predicates.
+       * sem_util.adb (Inherit_Predicate_Flags): Deal with private subtypes
+       whose full view is an Itype.
+
 2023-12-04  Steve Baird  <baird@adacore.com>
 
        * exp_attr.adb (Expand_N_Attribute_Reference): In the case of a
index 77e997a4c5cd42324007caf8f5831921f41f3a58..c1423e4b82c9396ea1f7c3e69304ef23859e7c54 100644 (file)
@@ -1,3 +1,13 @@
+2023-12-20  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-04-25  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/108975
+       * pt.cc (value_dependent_expression_p) <case VAR_DECL>:
+       Suppress conservative early exit for reference variables
+       when DECL_HAS_VALUE_EXPR_P.
+
 2023-12-15  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 45ff67e03816caa54c7af0f68233ef1e786b090b..560cd355985d7d86d9c3ba986e0a29ccc9f6b544 100644 (file)
@@ -1,3 +1,11 @@
+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: