+2025-04-03 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/119380
+ * trans-array.cc (structure_alloc_comps): Prevent freeing of
+ procedure pointer components.
+
2025-03-27 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2025-04-03 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/119380
+ * gfortran.dg/proc_ptr_comp_54.f90: New test.
+
2025-04-02 Richard Biener <rguenther@suse.de>
Backported from master:
+2025-04-03 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ Backported from master:
+ 2025-04-03 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ * testsuite/std/format/functions/format.cc: Restored line.
+
+2025-04-03 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ PR libstdc++/119593
+ * include/bits/unicode.h
+ (__unicode::__literal_encoding_is_unicode<_CharT>):
+ Corrected handing for UTF-16 and UTF-32 with "LE" or "BE" suffix.
+ * include/std/format (__formatter_str::_S_character_width):
+ Define.
+ (__formatter_str::_S_character_width): Updated passed char
+ length.
+ * testsuite/std/format/functions/format.cc: Test for wchar_t.
+
2025-04-02 Jonathan Wakely <jwakely@redhat.com>
Backported from master: