From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5EC5F3858D37; Mon, 2 Jan 2023 19:24:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5EC5F3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672687480; bh=OPUm+RnSGGWzW5qyGRah70RjWkGkI+27AkhQDaZ/+wU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cM32BzIFWYF8JKNlTlwLrgE0QHXR2GlClXWfjm2glQMwCFPeptL+iwIT4mHzb2V1i Uzjr4xy3aO7MhTHCpq3RkCX0WUMIREPeLz52BS6vJtssrlxDSRWHaqXqcGh1rCljQ9 L1nRKRtETzYGmN3cIIJgtRjR7RPCsDTLF4ylgFwM= From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107568] Darwin: Bootstrap fails with macOS13 sdk because sprintf and friends are deprecated in the SDK. Date: Mon, 02 Jan 2023 19:24:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107568 --- Comment #13 from J=C3=BCrgen Reuter --- (In reply to Iain Sandoe from comment #12) . >=20 > Next, I guess I'll pick up the xc 14.2 release. Sorry, my bad, I misplaced the position of the argument=20 BOOT_CFLAGS, I erroneously (like for configure, where it doesn't matter) in front of the make command, not after the make command. In the second case, = it works.=