+2024-08-05 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-07-18 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/108889
+ * gfortran.h: Add bit field 'allocated_in_scope' to gfc_symbol.
+ * trans-array.cc (gfc_array_allocate): Set 'allocated_in_scope'
+ after allocation if not a component reference.
+ (gfc_alloc_allocatable_for_assignment): If 'allocated_in_scope'
+ not set, not a component ref and not allocated, set the array
+ bounds and offset to give zero length in all dimensions. Then
+ set allocated_in_scope.
+
2024-07-21 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2024-08-05 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-07-18 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/108889
+ * gfortran.dg/pr108889.f90: New test.
+
2024-07-29 Haochen Jiang <haochen.jiang@intel.com>
* gcc.target/i386/avx512bw-vpalignr-1b.c: New test.
+2024-08-05 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-07-19 Paul Thomas <pault@gcc.gnu.org>
+
+ * testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: Cut
+ dg-note about 'a' and remove bogus warnings about its array
+ descriptor components being used uninitialized.
+
2024-06-20 Release Manager
* GCC 12.4.0 released.