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

index c21b6317f1e2a81c40994ac92a77e7e10d9db37c..1c86cd975ee6b979e3968a08120eb17f0656a172 100644 (file)
@@ -1 +1 @@
-20240405
+20240408
index 98f0f479be808a3bfeed5a195f7eec30f35ec56c..f74949a729be08ada50726154fcfef42454263f3 100644 (file)
@@ -1,3 +1,14 @@
+2024-04-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-03-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114474
+       * primary.cc (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-02  Mikael Morin  <mikael@gcc.gnu.org>
 
        Backported from master:
index 834785da83974dae4a4bd63b5d782c226f7bb933..23676bbbb2632989d76e259c7e756d842a35a621 100644 (file)
@@ -1,3 +1,11 @@
+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-02  Qing Zhao  <qing.zhao@oracle.com>
 
        Backported from master: