+2023-10-04 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2023-10-04 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/37336
+ PR fortran/111674
+ * trans-expr.cc (gfc_trans_scalar_assign): Finalize components
+ on deallocation if derived type is not finalizable.
+
2023-09-30 Andre Vehreschild <vehre@gcc.gnu.org>
* trans-array.cc (gfc_trans_deferred_array): Use correct
+2023-10-04 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2023-10-04 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/37336
+ PR fortran/111674
+ * gfortran.dg/allocate_with_source_25.f90: Final count in tree
+ dump reverts from 4 to original 6.
+ * gfortran.dg/finalize_38.f90: Add test for fix of PR111674.
+
2023-10-02 Pat Haugen <pthaugen@linux.ibm.com>
Backported from master: