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

index 2910a6f5a0a3e234d8c7610a8254e6fa3892a5f4..723cfb560942ff801041d7fa7d8f07f829736b4a 100644 (file)
@@ -1,3 +1,11 @@
+2024-04-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-04-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.cc (darwin_override_options): Reduce the debug
+       level to 2 if dsymutil cannot handle .macinfo sections.
+
 2024-04-19  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index b0f1ecabfa2e20ce3c5f1cb2dad52093d0dd79d0..ae66f0465524449becbadfec9bc4f978f15d133c 100644 (file)
@@ -1 +1 @@
-20240421
+20240422
index 1aeb91f175492779deeb79a06accf95c54bbc895..2d9f440c4731bb3ca0e41ccbf1adcdab10b48527 100644 (file)
@@ -1,3 +1,60 @@
+2024-04-21  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-21  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-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2024-02-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/ssp-2.c: Ignore warning that
+       -multiply_defined is obsolete
+
+2024-04-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2024-02-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/darwin-ld-2.c: Ignore warning
+       that -bind_at_load is deprecated.
+
+2024-04-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2023-12-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR testsuite/112297
+       * gcc.target/i386/pr100936.c: Require nonpic target.
+
+2024-04-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2023-10-30  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.target/i386/pr105554.c: Require ifunc.
+
+2024-04-21  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       Backported from master:
+       2023-09-29  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       * gcc.dg/debug/dwarf2/inline4.c: Ajdust regexp to match darwin
+       output.
+
 2024-04-20  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        Backported from master:
index 5e4604699ecbaa132b50f763d701de6d710b8e7c..4c233cfd34c72721ea3fab4cf5eee1f63a154f4e 100644 (file)
@@ -1,3 +1,7 @@
+2024-04-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure.tgt: Enable libphobos for Darwin >= 12.
+
 2024-04-04  Iain Sandoe  <iainsandoe@Apollo-3-VM-Lion-0-187.local>
 
        Backported from master:
index b9deba67bf841d65972e83a89ac389923ab12cfe..f11bc80ccbb7a9aeda960f09747f395cc349fa83 100644 (file)
@@ -1,3 +1,32 @@
+2024-04-21  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-21  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-21  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-18  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master: