]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Apr 2024 00:19:12 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Apr 2024 00:19:12 +0000 (00:19 +0000)
fixincludes/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
libphobos/ChangeLog

index e7afc3fa00e8070ce73443bdcc1cad7b5a099e24..5d4f6423e391e1df17cddd5b62cfda5737320ff2 100644 (file)
@@ -1,3 +1,23 @@
+2024-04-04  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.
+
+2024-04-04  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.
+
 2023-12-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * inclhack.def (darwin_flt_eval_method): Handle macOS 14 guard
index e5119d84fcb360436cfa376dfd1d80d1a1c7379f..2ef076567b4c772c3772ac4d62cbc119fc39fbb4 100644 (file)
@@ -1,3 +1,13 @@
+2024-04-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-07-13  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/110624
+       * config/darwin.h (DARWIN_PLATFORM_ID): New.
+       (LINK_COMMAND_A): Use DARWIN_PLATFORM_ID to pass OS, OS version
+       and SDK data to the static linker.
+
 2024-04-02  Qing Zhao  <qing.zhao@oracle.com>
 
        Backported from master:
index 9bcd31d63c924627cb06ad79fea35a4f32e62e56..c21b6317f1e2a81c40994ac92a77e7e10d9db37c 100644 (file)
@@ -1 +1 @@
-20240404
+20240405
index e375c284e2cd106ee06c3091d0190087c2f20025..5e4604699ecbaa132b50f763d701de6d710b8e7c 100644 (file)
@@ -1,3 +1,11 @@
+2024-04-04  Iain Sandoe  <iainsandoe@Apollo-3-VM-Lion-0-187.local>
+
+       Backported from master:
+       2023-07-01  Iain Sandoe  <iainsandoe@Apollo-3-VM-Lion-0-187.local>
+
+       PR d/103944
+       * testsuite/libphobos.gc/forkgc2.d: Skip for Darwin.
+
 2023-11-07  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: