]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 May 2023 00:18:45 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 May 2023 00:18:45 +0000 (00:18 +0000)
fixincludes/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libsanitizer/ChangeLog
libstdc++-v3/ChangeLog

index a36b6b7c192c8cc3d66b73a7491ba2174f5f2196..8cad739247e02fefa2e7c4d910acead3a0c564d7 100644 (file)
@@ -1,3 +1,23 @@
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-01-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * fixincl.x: Regenerate.
+       * inclhack.def (darwin_objc_runtime_1): New hack.
+       * tests/base/objc/runtime.h: New file.
+
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-01-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/107568
+       * fixincl.x: Regenerate.
+       * inclhack.def: Add a fix for MacOS13 SDK function deprecations
+       in stdio.h.
+       * tests/base/stdio.h (__deprecated_msg): New test.
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.
index 55a23b47eeb8aac76e22b0c65eb75d4a940c7cf2..0e8f1aa07c76fc99936b5eb6cbd65419f59017f9 100644 (file)
@@ -1,3 +1,15 @@
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config.gcc: Emit L2_MAX_OFILE_ALIGNMENT with suitable
+       values for the host.
+       * config/darwin.c (darwin_emit_common): Error for alignment
+       values > 32768.
+       * config/darwin.h (MAX_OFILE_ALIGNMENT): Rework to use the
+       configured L2_MAX_OFILE_ALIGNMENT.
+
 2023-05-09  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 7b10b7bde803a4dfdcbc1d303849c49b55b6b206..f25bef13f1e9a2430b9109c0f2aa3dbf1d53edf8 100644 (file)
@@ -1 +1 @@
-20230521
+20230522
index 22d8bc74181478f39aaee4e78cd91f0686a70cfb..e1f3d8da7a24048ceb5c3732d0834619365a5a58 100644 (file)
@@ -1,3 +1,14 @@
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.dg/darwin-aligned-globals.c: New test.
+       * gcc.dg/darwin-comm-1.c: New test.
+       * gcc.dg/attr-aligned.c: Amend for new alignment values on
+       Darwin.
+       * gcc.target/i386/pr89261.c: Likewise.
+
 2023-05-09  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 3737ea93681f6345371a708aec8dff9ff3d41d1d..0ed255bf6d71a9188176cd32394c793aebf712e8 100644 (file)
@@ -1,3 +1,35 @@
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-05-19  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config.host: Arrange to set min Darwin OS versions from
+       the configured host version.
+       * config/darwin10-unwind-find-enc-func.c: Do not use current
+       headers, but declare the nexessary structures locally to the
+       versions in use for Mac OSX 10.6.
+       * config/t-darwin: Amend to handle configured min OS
+       versions.
+       * config/t-darwin-min-1: New.
+       * config/t-darwin-min-5: New.
+       * config/t-darwin-min-8: New.
+
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-11-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin10-unwind-find-enc-func.c: Include libgcc_tm.h.
+
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/t-slibgcc-darwin (install-darwin-libgcc-stubs): Skip the
+       install of libgcc_s.1.dylib when the installation is into the build
+       gcc directory.
+
 2023-05-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 5fede98024151988abd25dcadafb1a3f5dea6491..7ec5fc80c910b4931b9b66bd0c39c71308a7d4f3 100644 (file)
@@ -1,3 +1,11 @@
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-04-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure.tgt: Unsupport Darwin22+ until a mechanism can be found
+       to locate dyld in the shared cache.
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.
index a3cef8f3031bd48d9b724f2be620476407c1a86c..0498257dcd95eaa108e71db2c0cdfb687aa1edd5 100644 (file)
@@ -1,3 +1,8 @@
+2023-05-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * include/bits/fs_path.h: Rename __null_terminated to __nul_terminated
+       to avoid colliding with a macro in Darwin system headers.
+
 2023-05-03  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/105844