]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog for "Fortran: Fix delinearization regression"
authorTobias Burnus <tobias@codesourcery.com>
Wed, 19 Oct 2022 15:26:34 +0000 (17:26 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 19 Oct 2022 15:26:34 +0000 (17:26 +0200)
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.

gcc/fortran/ChangeLog.omp
gcc/testsuite/ChangeLog.omp

index 685fe68667a4cfc8ce5d74722558d1f3df829f63..189431df4ebe4c5e96e3e193c5a843aa38890b77 100644 (file)
@@ -1,3 +1,9 @@
+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:
index b2b4381e3cebe8489de1595b7c4e3676b86fa4aa..6928d520c0f33c634342ced25070f797ea458e99 100644 (file)
@@ -1,3 +1,11 @@
+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: