+2024-07-21 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2024-07-19 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/103115
+ * trans-array.cc (gfc_trans_array_constructor_value): If the first
+ element of an array constructor is deferred-length character and
+ therefore does not have an element size known at compile time, do
+ not try to collect subsequent constant elements into a constructor
+ for optimization.
+
2024-06-20 Release Manager
* GCC 12.4.0 released.
+2024-07-21 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2024-07-19 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/103115
+ * gfortran.dg/string_array_constructor_4.f90: New test.
+
2024-07-20 René Rebe <rene@exactcode.de>
Backported from master: