+2024-01-18 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-01-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/113242
+ PR c++/99493
+ * pt.cc (invalid_tparm_referent_p) <case ADDR_EXPR>: Suppress
+ DECL_ARTIFICIAL rejection test for class NTTP objects.
+
2024-01-15 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2024-01-18 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2024-01-13 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/67277
+ * trans-intrinsic.cc (gfc_conv_intrinsic_ishftc): Handle optional
+ dummy argument for SIZE passed to ISHFTC. Set default value to
+ BIT_SIZE(I) when missing.
+
2023-12-27 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2024-01-18 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2024-01-13 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/67277
+ * gfortran.dg/ishftc_optional_size_1.f90: New test.
+
+2024-01-18 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-01-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/113242
+ PR c++/99493
+ * g++.dg/cpp2a/nontype-class61.C: New test.
+ * g++.dg/cpp2a/nontype-class62.C: New test.
+
2024-01-16 Daniel Cederman <cederman@gaisler.com>
* gcc.dg/lto/pr88077_0.c: Change type to match alignment for SPARC
+2024-01-18 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2024-01-18 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/113450
+ * testsuite/std/format/functions/format.cc: Use signed char
+ instead of int8_t.
+
+2024-01-18 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2024-01-15 Jonathan Wakely <jwakely@redhat.com>
+
+ PR testsuite/113366
+ * include/std/format (basic_format_arg): Use __formattable
+ variable template instead of __format::__formattable_with
+ concept.
+
+2024-01-18 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2024-01-15 Jonathan Wakely <jwakely@redhat.com>
+
+ * src/c++20/tzdata.zi: Import new file from 2023d release.
+ * src/c++20/tzdb.cc (tzdb_list::_Node::_S_read_leap_seconds)
+ Update expiry date for leap seconds list.
+
2024-01-12 Jonathan Wakely <jwakely@redhat.com>
Backported from master: