From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 08B993858D37; Sat, 20 Apr 2024 14:47:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08B993858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713624439; bh=sXghu+FD6sSTM4AKZ9b6i0FjfAzWN13i2bmRAS0SLeg=; h=From:To:Subject:Date:From; b=McLC14Rj7M2zNWrZZ49Cpt3WNeSoB7XM8NBu1iO5hWz6qnJCgNTBQKAk4zafGOKB+ 4KOdiiiN8JCIs+YrEwYLmJIYE9lWa89pwLbH1mmQhU+W+aZon0mdixEm0y6NacOMwR CfZt11FinJA8APIoTfKM+CRdbkpR6bycucTRPyiU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-10363] Testsuite, darwin: account for macOS 13 and 14 X-Act-Checkin: gcc X-Git-Author: Francois-Xavier Coudert X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: 3d48cd6623d7b70c8d1e2a0365bb016390409013 X-Git-Newrev: 79f5f989986a32b4c68daf53f9bc5741094af97a Message-Id: <20240420144719.08B993858D37@sourceware.org> Date: Sat, 20 Apr 2024 14:47:18 +0000 (GMT) List-Id: https://gcc.gnu.org/g:79f5f989986a32b4c68daf53f9bc5741094af97a commit r12-10363-g79f5f989986a32b4c68daf53f9bc5741094af97a Author: Francois-Xavier Coudert Date: Mon Aug 21 00:00:44 2023 +0200 Testsuite, darwin: account for macOS 13 and 14 gcc/testsuite/ChangeLog: * gcc.dg/darwin-minversion-link.c: Account for macOS 13 and 14. (cherry picked from commit 6d33602650612c89e7e32201266763b167f62a46) Diff: --- gcc/testsuite/gcc.dg/darwin-minversion-link.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/testsuite/gcc.dg/darwin-minversion-link.c b/gcc/testsuite/gcc.dg/darwin-minversion-link.c index b6ede31c985..a835e9d4648 100644 --- a/gcc/testsuite/gcc.dg/darwin-minversion-link.c +++ b/gcc/testsuite/gcc.dg/darwin-minversion-link.c @@ -17,6 +17,8 @@ /* { dg-additional-options "-mmacosx-version-min=010.015.06 -DCHECK=101506" { target *-*-darwin19* } } */ /* { dg-additional-options "-mmacosx-version-min=011.000.00 -DCHECK=110000" { target *-*-darwin20* } } */ /* { dg-additional-options "-mmacosx-version-min=012.000.00 -DCHECK=120000" { target *-*-darwin21* } } */ +/* { dg-additional-options "-mmacosx-version-min=013.000.00 -DCHECK=130000" { target *-*-darwin22* } } */ +/* { dg-additional-options "-mmacosx-version-min=014.000.00 -DCHECK=140000" { target *-*-darwin23* } } */ int main ()