+2025-05-20 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2025-05-14 Martin Jambor <mjambor@suse.cz>
+
+ PR tree-optimization/111873
+ * tree-sra.cc (sra_modify_expr): When processing a load which has
+ a type-incompatible replacement, do not store the contents of the
+ replacement into the original aggregate when that aggregate is
+ const.
+
+2025-05-20 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2025-05-16 Martin Jambor <mjambor@suse.cz>
+ Michal Jires <mjires@suse.cz>
+
+ * cgraph.h (symtab_node): Make member function get_uid const.
+ * cgraphclones.cc (dump_callgraph_transformation): Dump m_uid of the
+ call graph nodes instead of order.
+ * cgraph.cc (cgraph_node::remove): Likewise.
+ * ipa-cp.cc (ipcp_lattice<valtype>::print): Likewise.
+ * ipa-sra.cc (ipa_sra_summarize_function): Likewise.
+ * symtab.cc (symtab_node::dump_base): Likewise.
+
2025-05-16 Maciej W. Rozycki <macro@orcam.me.uk>
Backported from master:
+2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/120013
+ * module.cc (trees_in::install_entity): Handle re-registering
+ the inner TYPE_DECL of a partial specialisation.
+
+2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/120350
+ * rtti.cc (get_tinfo_decl_direct): Mark TREE_ADDRESSABLE.
+
2025-05-15 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2025-05-20 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-05-10 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/102891
+ * dependency.cc (gfc_ref_needs_temporary_p): Within an array
+ reference, inquiry references of complex variables generally
+ need a temporary.
+
2025-05-19 Tobias Burnus <tburnus@baylibre.com>
Backported from master:
+2025-05-20 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-05-10 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/102891
+ * gfortran.dg/transfer_array_subref.f90: New test.
+
+2025-05-20 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2025-05-14 Martin Jambor <mjambor@suse.cz>
+
+ * gcc.dg/ipa/pr120044-1.c: New test.
+ * gcc.dg/ipa/pr120044-2.c: Likewise.
+ * gcc.dg/tree-ssa/pr114864.c: Likewise.
+
+2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/120013
+ * g++.dg/modules/partial-8.h: New test.
+ * g++.dg/modules/partial-8_a.C: New test.
+ * g++.dg/modules/partial-8_b.C: New test.
+ * g++.dg/modules/partial-8_c.C: New test.
+ * g++.dg/modules/partial-8_d.C: New test.
+
+2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-05-20 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/120350
+ * g++.dg/modules/tinfo-3_a.H: New test.
+ * g++.dg/modules/tinfo-3_b.C: New test.
+
2025-05-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Backported from master:
+2025-05-20 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2025-05-20 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/faq.xml: Update URL for archived SGI STL docs.
+ * doc/xml/manual/containers.xml: Likewise.
+ * doc/xml/manual/extensions.xml: Likewise.
+ * doc/xml/manual/using.xml: Likewise.
+ * doc/xml/manual/utilities.xml: Likewise.
+ * doc/html/*: Regenerate.
+
2025-05-19 Jonathan Wakely <jwakely@redhat.com>
Backported from master: