+2025-01-29 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-01-14 Marek Polacek <polacek@redhat.com>
+
+ PR c++/118047
+ PR c++/118355
+ * typeck2.cc (massage_init_elt): Call fold_non_dependent_init
+ unless for a CONSTRUCTOR in a template.
+
2025-01-28 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2025-01-29 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-01-29 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/118683
+ * trans-expr.cc (gfc_conv_procedure_call): The bounds update for
+ passing to assumed-rank dummies shall also handle component
+ references besides inquiry references.
+
2025-01-24 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-01-29 Siddhesh Poyarekar <siddhesh@gotplt.org>
+
+ Backported from master:
+ 2025-01-29 Siddhesh Poyarekar <siddhesh@gotplt.org>
+
+ PR testsuite/118127
+ * lib/target-supports.exp
+ (check_effective_target_long_double_is_ibm128): New
+ procedure.
+ * gfortran.dg/default_format_2.f90: xfail for
+ long_double_is_ibm128.
+ * gfortran.dg/default_format_denormal_2.f90: Likewise.
+ * gfortran.dg/large_real_kind_form_io_2.f90: Likewise.
+
+2025-01-29 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-01-14 Marek Polacek <polacek@redhat.com>
+
+ PR c++/118047
+ PR c++/118355
+ * g++.dg/cpp0x/nsdmi-list10.C: New test.
+ * g++.dg/cpp0x/nsdmi-list9.C: New test.
+
2025-01-28 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2025-01-29 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-01-29 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/118413
+ * include/std/ranges (views::__adaptor::_Partial): Adjust
+ constraints on the "simple" partial specializations to require
+ is_trivially_copy_constructible_v instead of
+ is_trivially_copyable_v.
+ * testsuite/std/ranges/adaptors/adjacent_transform/1.cc (test04):
+ Extend P2494R2 test.
+ * testsuite/std/ranges/adaptors/transform.cc (test09): Likewise.
+
2025-01-27 Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Backported from master: