From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp004.apm-internet.net (smtp004.apm-internet.net [85.119.248.204]) by sourceware.org (Postfix) with ESMTPS id ADFD93858D26 for ; Thu, 27 Jun 2024 17:11:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ADFD93858D26 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sandoe.co.uk Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sandoe.co.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org ADFD93858D26 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=85.119.248.204 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719508296; cv=none; b=dAmX5odPlreAU+W4QCKNXI5asEpVnuv/2NseBujp+3YzygAW0kQuySrvwS8ym5ZYF4M1E2i/TBijTqf19EIPU/7dEONPWz8/a52q9wUp3oqbzevBTuv9XyGY9za6n+ZUBrmFPaNrdCjfCOuexwVkRJxYNtuoOXA+1QkDvx3/zPM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719508296; c=relaxed/simple; bh=hNGM95SGfIxvQ/UsFQqVGMDmfIhVzq7z+OnAI60xCJM=; h=Mime-Version:Subject:From:Date:Message-Id:To; b=INPmj5ePr73jbIAT81xCFmRta/iZpjgUM8LlhqP8Qb72VQvenZS2Badoo5K4vMeK7qjpRIofdViW2cpccIRVpJrzW8ZMVbKp8BtBzfYXPOOW9YepXIHh8/Z8bzWdkytKkS85hm+zluxZR6kK3+vQ2VkXn9OnUbs06mhizeUEJd8= ARC-Authentication-Results: i=1; server2.sourceware.org Received: (qmail 62551 invoked from network); 27 Jun 2024 17:08:49 -0000 X-APM-Out-ID: 17195081286254 X-APM-Authkey: 257869/1(257869/1) 8 Received: from unknown (HELO smtpclient.apple) (68.188.119.174) by smtp004.apm-internet.net with SMTP; 27 Jun 2024 17:08:49 -0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.8\)) Subject: Re: [PATCH] fixincludes: adjust stdio fix for macOS 15 headers From: Iain Sandoe In-Reply-To: <87E53344-C3D5-4FC6-9F08-FE2EB73E77EF@gmail.com> Date: Thu, 27 Jun 2024 18:11:30 +0100 Cc: GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: <6140C70F-AD47-4DD9-9B27-178CEE040558@sandoe.co.uk> References: <87E53344-C3D5-4FC6-9F08-FE2EB73E77EF@gmail.com> To: FX Coudert X-Mailer: Apple Mail (2.3696.120.41.1.8) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,KAM_COUK,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > On 27 Jun 2024, at 17:59, FX Coudert wrote: >=20 > macOS 15 headers move the bulk of the content of to an = included header <_stdio.h> so we apply the = =E2=80=9Capple_local_stdio_fn_deprecation=E2=80=9D fixinclude to this = file also. >=20 > Restores bootstrap on darwin24. > OK to push? OK. thanks for the fix I guess we have also to backport if we want earlier branches to = bootstrap there too? Iain >=20 > FX >=20 >=20 > fixincludes/ChangeLog: >=20 > * fixincl.x: Regenerate. > * inclhack.def (apple_local_stdio_fn_deprecation): Also apply = to > _stdio.h. >=20 > <0001-fixincludes-adjust-stdio-fix-for-macOS-15-headers.patch>