]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 30 Apr 2024 00:19:27 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 30 Apr 2024 00:19:27 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index f5282258a093347b430bebedc38fda883403b057..303a2352a82e3f0399f0ef55428f694d00abad2b 100644 (file)
@@ -1,3 +1,11 @@
+2024-04-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-04-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.c (darwin_override_options): Reduce the debug
+       level to 2 if dsymutil cannot handle .macinfo sections.
+
 2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
 
        * config/darwin.c: Return true as the default libc avaiability.
index 0f5a44de13f64a1334ef3983c8d93e48c5984068..d46e1cb1feb1e4225639afd4c414e2d326d8d7ea 100644 (file)
@@ -1 +1 @@
-20240429
+20240430
index 8255ddde21f21500f52ebb5bab4902d37a0fb23c..6fa6e6ef38696dd87ee4fa27219ce02cdc502ed4 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-29  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-05-29  Release Manager
 
        * GCC 11.4.0 released.
index 774f78cca291a35288ea64d3254eb3e78668f586..6b20e6fb1c66c58f17dab8ed07ed9c43d301dcb3 100644 (file)
@@ -1,3 +1,39 @@
+2024-04-29  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-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-04-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR testsuite/114036
+       * gcc.misc-tests/gcov-14.c: Allow for 'Foo' to be undefined
+       on Darwin link lines.
+
+2024-04-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-03-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/114049
+       * gcc.dg/framework-1.c: Use an IOKit header instead of a
+       Kernel one.
+
+2024-04-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-02-02  Iain Sandoe  <iain@sandoe.co.uk>
+                   Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * lib/target-supports.exp (check_effective_target_shared):
+       Allow the external symbols referenced in the test to be undefined.
+
 2024-04-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        Backported from master:
index ce4e4bab5a8b3db16bbd898277cf30e4e44d83ac..7475457eb17e00577a394b810f0d84b0ecba80ed 100644 (file)
@@ -1,3 +1,32 @@
+2024-04-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-02-19  Iain Sandoe  <iain@sandoe.co.uk>
+                   Jonathan Wakely  <jwakely@redhat.com>
+
+       PR target/112397
+       * configure: Regenerate.
+       * configure.ac: Detect if we are building for Darwin.
+       * libsupc++/Makefile.am: If we are building for Darwin, then
+       suppress hot/cold partitioning for the array allocators.
+       * libsupc++/Makefile.in: Regenerated.
+
+2024-04-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-03-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * testsuite/lib/dg-options.exp (atomic_link_flags): Emit a -B
+       option for the path to the uninstalled libatomic.
+
+2024-04-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-03-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * testsuite/lib/libstdc++.exp (v3_target_compile): Instead of
+       /dev/null, use a temporary file for test executables on Darwin.
+
 2024-04-24  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master: