+2025-03-09 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-16 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/109066
+ * resolve.cc (generate_component_assignments): If the temporary
+ for 'var' is a pointer and 'expr' is neither a constant or
+ a variable, change its attribute from pointer to allocatable.
+ This avoids assignment to a temporary point that has neither
+ been allocated or associated.
+
+2025-03-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ Backported from master:
+ 2025-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/119054
+ * resolve.cc (resolve_elemental_actual): When checking other
+ actual arguments to elemental procedures, don't check
+ attributes of literals and function calls.
+
+2025-03-09 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ Backported from master:
+ 2025-03-04 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/103391
+ * trans-expr.cc (gfc_trans_assignment_1): Do not use poly assign
+ for pointer arrays on lhs (as it is done for allocatables
+ already).
+
2025-02-22 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-03-09 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-16 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/109066
+ * gfortran.dg/defined_assignment_12.f90: New test.
+
+2025-03-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ Backported from master:
+ 2025-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/119054
+ * gfortran.dg/pr95446.f90: Expand test case to literals and
+ function calls.
+ Signed-off-by: Peter Hill <peter.hill@york.ac.uk>
+
+2025-03-09 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ Backported from master:
+ 2025-03-04 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/103391
+ * gfortran.dg/assign_12.f90: New test.
+
2025-03-07 Christophe Lyon <christophe.lyon@linaro.org>
Backported from master: