From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93ABE385772D; Tue, 11 Jul 2023 08:57:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93ABE385772D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689065863; bh=ijA9jyzvegUCBH9vcclSCaCFLKt9J2gNi37CYJaUI7I=; h=From:To:Subject:Date:From; b=UTSwfboazICNH4gSYwr8HYjRcTggwKfLu5iOXDuR5EhATyjQE42/lLypNk0tO1otK 2v4Djw3gA14mXVjEql/h3B74jxWK5yRsVGbn7skfIywd1H67fuPbTb76tZNv/fpwS4 zEsjQ8IYzmwZYPyCidXmCR8fHoc7SXRogYdkIckI= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110624] New: Xcode 15 ld warns about -macosx_version_min Date: Tue, 11 Jul 2023 08:57:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcchost cf_gcctarget cf_gccbuild Message-ID: 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=3D110624 Bug ID: 110624 Summary: Xcode 15 ld warns about -macosx_version_min Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: iains at gcc dot gnu.org Target Milestone: --- Host: x86_64-apple-darwin23.0.0 Target: x86_64-apple-darwin23.0.0 Build: x86_64-apple-darwin23.0.0 When bootstrapping current trunk on macOS 14.0 beta 3 with Xcode 15 beta 3, every single link test in the testsuite fails with excess errors since ld n= ow warns -macosx_version_min has been renamed to -macos_version_min I'm currently working on patches to prune that message in the testsuite, pl= us large additional patches to the gm2 testsuite to perform the pruning at all. Ultimately, this should be handled in the driver, though: the warning is new in Xcode 15 beta 3 (beta 2 didn't have it). However, ld accepts the new fo= rm back to at least Xcode 13 (haven't looked further yet), and it's the only o= ne documented in ld(1).=