+2023-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-12-17 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/97592
+ * trans-expr.cc (gfc_conv_procedure_call): For a contiguous dummy
+ with the TARGET attribute, the effective argument may still be
+ contiguous even if the actual argument is not simply-contiguous.
+ Allow packing to be decided at runtime by _gfortran_internal_pack.
+
2023-12-10 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2023-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-12-17 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/97592
+ * gfortran.dg/contiguous_15.f90: New test.
+
2023-12-20 Patrick Palka <ppalka@redhat.com>
Backported from master: