+2024-11-01 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-10-25 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/79685
+ * decl.cc (match_data_constant): Find the symtree instead of
+ the symbol so the use renamed symbols are found. Pass this and
+ the derived type to gfc_match_structure_constructor.
+ * match.h: Update prototype of gfc_match_structure_contructor.
+ * primary.cc (gfc_match_structure_constructor): Remove call to
+ gfc_get_ha_sym_tree and use caller supplied symtree instead.
+
2024-10-25 Paul Thomas <pault@gcc.gnu.org>
Backported from master:
+2024-11-01 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-10-25 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/79685
+ * gfortran.dg/use_rename_13.f90: New test.
+
2024-10-30 liuhongt <hongtao.liu@intel.com>
Backported from master: