+2024-04-06 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2024-03-28 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/114474
+ * primary.c (gfc_variable_attr): Catch variables used in structure
+ constructors within DATA statements that are still tagged with a
+ temporary type BT_PROCEDURE from match_actual_arg and which have the
+ target attribute, and fix their typespec.
+
+2024-04-05 Chung-Lin Tang <cltang@codesourcery.com>
+
+ Backported from master:
+ 2021-12-03 Tobias Burnus <tobias@codesourcery.com>
+
+ * trans-stmt.c (gfc_trans_allocate): Set e3_has_nodescriptor to true
+ only for non-named arrays.
+
2024-04-02 Mikael Morin <mikael@gcc.gnu.org>
Backported from master:
+2024-04-06 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2024-03-28 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/114474
+ * gfortran.dg/data_pointer_3.f90: New test.
+
+2024-04-05 Chung-Lin Tang <cltang@codesourcery.com>
+
+ Backported from master:
+ 2021-12-03 Tobias Burnus <tobias@codesourcery.com>
+
+ * gfortran.dg/allocate_with_source_26.f90: Adjust testcase.
+ * gfortran.dg/allocate_with_mold_4.f90: New testcase.
+
2024-04-02 Qing Zhao <qing.zhao@oracle.com>
Backported from master: