+2024-01-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2024-01-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR target/113156
+ * config/avr/avr.opt (-mdouble, -mlong-double): Add "Save" flag.
+ (-mbranch-cost): Set "Optimization" flag.
+
2024-01-12 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
+2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/104634
+ * pt.cc (maybe_new_partial_specialization): Propagate TREE_PUBLIC
+ to the newly created partial specialization.
+
+2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/109899
+ * init.cc (build_vec_delete_1): Assume expr_noexcept_p returns
+ false in a template context.
+
2023-12-20 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/104634
+ * g++.dg/cpp2a/concepts-explicit-inst6.C: New test.
+
+2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-01-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/109899
+ * g++.dg/cpp0x/initlist-array21.C: New test.
+
2024-01-14 Jiufu Guo <guojiufu@linux.ibm.com>
PR testsuite/106879