Missed to update gcc/fortran/ChangeLog.omp and to include the
following in previous commit, i.e.
commit
76b773a4a2d1daf0b83e50cd999bc38f8dd047be.
gcc/fortran/ChangeLog:
* trans-array.cc (non_negative_strides_array_p): Fix handling
of GFC_DECL_SAVED_DESCRIPTOR.
(gfc_conv_array_ref): Use ARRAY_REF again when possible.
gcc/testsuite/ChangeLog:
* gfortran.dg/gomp/affinity-clause-1.f90: Revert to upsteam version,
update one scan-tree item.
* gfortran.dg/gomp/depend-4.f90: Revert to upstream version.
* gfortran.dg/gomp/depend-5.f90: Likewise.
* gfortran.dg/gomp/depend-6.f90: Likewise.
+2022-10-19 Tobias Burnus <tobias@codesourcery.com>
+
+ * trans-array.cc (non_negative_strides_array_p): Fix handling
+ of GFC_DECL_SAVED_DESCRIPTOR.
+ (gfc_conv_array_ref): Use ARRAY_REF again when possible.
+
2022-10-17 Tobias Burnus <tobias@codesourcery.com>
Backport from mainline:
+2022-10-19 Tobias Burnus <tobias@codesourcery.com>
+
+ * gfortran.dg/gomp/affinity-clause-1.f90: Revert to upsteam version,
+ update one scan-tree item.
+ * gfortran.dg/gomp/depend-4.f90: Revert to upstream version.
+ * gfortran.dg/gomp/depend-5.f90: Likewise.
+ * gfortran.dg/gomp/depend-6.f90: Likewise.
+
2022-10-17 Tobias Burnus <tobias@codesourcery.com>
Backport from mainline: