]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 5 Oct 2023 00:21:56 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 5 Oct 2023 00:21:56 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 32b8a8b69120bab4c60ea6220a7ac58249205b6f..4d6ec8016114f9de6618caab590138368e23885d 100644 (file)
@@ -1 +1 @@
-20231004
+20231005
index 8a3c5045e957d16c3d1ce5d9120f39f9768439d8..e88bb3d78e2063be6a8fd6d1683c1d71bb09b63b 100644 (file)
@@ -1,3 +1,13 @@
+2023-10-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-10-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/37336
+       PR fortran/111674
+       * trans-expr.cc (gfc_trans_scalar_assign): Finalize components
+       on deallocation if derived type is not finalizable.
+
 2023-09-30  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        * trans-array.cc (gfc_trans_deferred_array): Use correct
index 63b107f3220bc83b3e05b6fcb1af011d04daedb9..393904ebdb6134b5bd3aa00ca82160391adb8869 100644 (file)
@@ -1,3 +1,14 @@
+2023-10-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-10-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/37336
+       PR fortran/111674
+       * gfortran.dg/allocate_with_source_25.f90: Final count in tree
+       dump reverts from 4 to original 6.
+       * gfortran.dg/finalize_38.f90: Add test for fix of PR111674.
+
 2023-10-02  Pat Haugen  <pthaugen@linux.ibm.com>
 
        Backported from master: