+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
+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:
+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: