From: GCC Administrator Date: Fri, 5 Apr 2024 00:19:12 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.4.0~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0611f480013fe998b9657a6b51d645c4b1489bbe;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index e7afc3fa00e8..5d4f6423e391 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,23 @@ +2024-04-04 Iain Sandoe + + Backported from master: + 2023-01-21 Iain Sandoe + + * fixincl.x: Regenerate. + * inclhack.def (darwin_objc_runtime_1): New hack. + * tests/base/objc/runtime.h: New file. + +2024-04-04 Iain Sandoe + + Backported from master: + 2023-01-21 Iain Sandoe + + 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 * inclhack.def (darwin_flt_eval_method): Handle macOS 14 guard diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5119d84fcb3..2ef076567b4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2024-04-04 Iain Sandoe + + Backported from master: + 2023-07-13 Iain Sandoe + + 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 9bcd31d63c92..c21b6317f1e2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240404 +20240405 diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index e375c284e2cd..5e4604699ecb 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,11 @@ +2024-04-04 Iain Sandoe + + Backported from master: + 2023-07-01 Iain Sandoe + + PR d/103944 + * testsuite/libphobos.gc/forkgc2.d: Skip for Darwin. + 2023-11-07 Iain Buclaw Backported from master: