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

index c21b6317f1e2a81c40994ac92a77e7e10d9db37c..1c86cd975ee6b979e3968a08120eb17f0656a172 100644 (file)
@@ -1 +1 @@
-20240405
+20240408
index 93466d21f6dc18efe7cedbc93519897f6c02c2dd..074c1a4d5e45d370c518a224153d6a0465b89320 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  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index b48d99ecd0440559a48c6e13b886dd1dd16acc58..986c831a2729bb14b370f8a97fbecf412d4ae84a 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-04-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * Make-lang.in: Implement exports list, and use a shared
+       libgcc.
+       * libgccjit.exports: New file.
+
 2023-07-27  Release Manager
 
        * GCC 13.2.0 released.
index 49c9d20981191cd307827c6c8ff7c300c5aa7a01..66088b472abbfb9c69a52d916d17cd4387c2663b 100644 (file)
@@ -1,3 +1,20 @@
+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  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-04-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR testsuite/114034
+       * g++.dg/gcov/gcov-dump-1.C: Remove extra -lgcov.
+       * g++.dg/gcov/gcov-dump-2.C: Likewise.
+
 2024-04-04  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index 4dfa3609a8baaf960d3f79e85e69e0ed704b24ec..f6557451d46debe322494b33238345b88e8b866a 100644 (file)
@@ -1,3 +1,7 @@
+2024-04-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure.tgt: Enable libphobos for Darwin >= 12.
+
 2023-11-07  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * libdruntime/core/cpuid.d (getCpuInfo0B): Limit number of times loop