]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 8 Apr 2024 12:17:08 +0000 (12:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 8 Apr 2024 12:17:08 +0000 (12:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c21b6317f1e2a81c40994ac92a77e7e10d9db37c..1c86cd975ee6b979e3968a08120eb17f0656a172 100644 (file)
@@ -1 +1 @@
-20240405
+20240408
index 797ee2b53c1d4235ff9939a20d242b8fdddfef98..4dd49e4e6113ae3844d35ab29b0d5fff8ca113e7 100644 (file)
@@ -1,3 +1,22 @@
+2024-04-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-03-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114474
+       * primary.c (gfc_variable_attr): Catch variables used in structure
+       constructors within DATA statements that are still tagged with a
+       temporary type BT_PROCEDURE from match_actual_arg and which have the
+       target attribute, and fix their typespec.
+
+2024-04-05  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       Backported from master:
+       2021-12-03  Tobias Burnus  <tobias@codesourcery.com>
+
+       * trans-stmt.c (gfc_trans_allocate): Set e3_has_nodescriptor to true
+       only for non-named arrays.
+
 2024-04-02  Mikael Morin  <mikael@gcc.gnu.org>
 
        Backported from master:
index c5e03811dfca1b7ba8d8b3ad3d5b7a1c286ed81d..b703e3c2ab14248a2582fd74dc474a93bdff5f09 100644 (file)
@@ -1,3 +1,19 @@
+2024-04-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-03-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114474
+       * gfortran.dg/data_pointer_3.f90: New test.
+
+2024-04-05  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       Backported from master:
+       2021-12-03  Tobias Burnus  <tobias@codesourcery.com>
+
+       * gfortran.dg/allocate_with_source_26.f90: Adjust testcase.
+       * gfortran.dg/allocate_with_mold_4.f90: New testcase.
+
 2024-04-02  Qing Zhao  <qing.zhao@oracle.com>
 
        Backported from master: