From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id B914D3858C78 for ; Sun, 20 Aug 2023 22:03:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B914D3858C78 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-x42e.google.com with SMTP id ffacd0b85a97d-31c3f574ef8so65229f8f.1 for ; Sun, 20 Aug 2023 15:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692569036; x=1693173836; h=to:cc:date:message-id:subject:mime-version:from:from:to:cc:subject :date:message-id:reply-to; bh=3ZKrUzDLtFOwVvyd/CEnxs5v6fC+6ZlwdTYeW2cTBwo=; b=W0Y5IXd979mPSPNEdBjMxnaWThzmgdjo9lXv3GmxDNMVU3dmQTAcpQB/Au/Wb9VFVL lZsChTQZtYcmTPlLVXlVeuch6oGFFMZqGGtR0IKom+Mjvqhtd87VNzEJO8NDjkm7o/zc B6OZqyUDeAGw5q4y0sWx5GDwGIBHceVgbv2psK+4V7bkPrANKR+QHBjiL7oFqPfGgp5h hJT+Y+BEnF6uDMyI0/2JMLHZWvkvrnQFCMR4OcL7mOqomu7vrGbyy77NKNKX+4BXV8Y+ TTmBLSb7+P/TpJJaDhU+dXn4AkJ3aqkUpezIFnqUOKkTYdeX7iqDabLmbCVc6KJw0TLI KD6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692569036; x=1693173836; h=to:cc:date:message-id:subject:mime-version:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=3ZKrUzDLtFOwVvyd/CEnxs5v6fC+6ZlwdTYeW2cTBwo=; b=LKcWREsZ+quK/DlnQz+TZ79wMNF62ThxaA+2H+qXaIvqoHcWHFC6cx2x3aq5faJBIo SgqgIoDOXhUpkt0VEqhT4Xy5GtBlihMcGN1XwmyJbiPi9dGINYvfQ95f/AxLla5610nw sy1qbKKJbwATTb62LktxcpdarHkVAz6H6GeikssNpmkcz1P6YluDgliOIDHKmdd1KE0g gEWj1yhUzU+dSfXmN7QNXhHvUxHAUm6Da4SNdaS6Hlzg551glY5rze/RhhZoRi/8ib46 Sx1pnqUOJZjy5n7d5EVIWDFFXGOavE3n/qm0MwPa17BOZn908crqKAuac6fj8hqlrpT4 sggw== X-Gm-Message-State: AOJu0YzsUHrfBNC/APDroxBtfq9t5vTdb9SoUxqsCos9HktEszxOrqb5 FuMzM9c0BiAd8OMNz9+oH5ymt1rlP2g= X-Google-Smtp-Source: AGHT+IHSoqVau0CIqzrrBLdaLMGpGO2JAw3UxPN8oOVubsBPtnxbU4W0jklVH+PfP99mMKdOs8Jj6A== X-Received: by 2002:a05:600c:1c1a:b0:3fe:d637:7b0a with SMTP id j26-20020a05600c1c1a00b003fed6377b0amr4130370wms.2.1692569036173; Sun, 20 Aug 2023 15:03:56 -0700 (PDT) Received: from smtpclient.apple ([178.132.107.11]) by smtp.gmail.com with ESMTPSA id 21-20020a05600c22d500b003fee777fd84sm5547028wmg.41.2023.08.20.15.03.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 Aug 2023 15:03:55 -0700 (PDT) From: FX Coudert Content-Type: multipart/mixed; boundary="Apple-Mail=_3A76F789-4FA0-44F4-8B9C-39740371146A" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: [committed] Testsuite, darwin: account for macOS 13 and 14 Message-Id: <37D115B4-4F0F-42B5-83EA-8C6835598A24@gmail.com> Date: Mon, 21 Aug 2023 00:03:44 +0200 Cc: Iain Sandoe To: GCC Patches X-Mailer: Apple Mail (2.3731.600.7) X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: --Apple-Mail=_3A76F789-4FA0-44F4-8B9C-39740371146A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Committed as obvious, making gcc.dg/darwin-minversion-link.c pass on = macOS 13 and 14 (darwin22 and darwin23, respectively). FX --Apple-Mail=_3A76F789-4FA0-44F4-8B9C-39740371146A Content-Disposition: attachment; filename=0001-Testsuite-darwin-account-for-macOS-13-and-14.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-Testsuite-darwin-account-for-macOS-13-and-14.patch" Content-Transfer-Encoding: quoted-printable =46rom=206d33602650612c89e7e32201266763b167f62a46=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Francois-Xavier=20Coudert=20= =0ADate:=20Mon,=2021=20Aug=202023=2000:00:44=20= +0200=0ASubject:=20[PATCH]=20Testsuite,=20darwin:=20account=20for=20= macOS=2013=20and=2014=0A=0Agcc/testsuite/ChangeLog:=0A=0A=09*=20= gcc.dg/darwin-minversion-link.c:=20Account=20for=20macOS=2013=20and=20= 14.=0A---=0A=20gcc/testsuite/gcc.dg/darwin-minversion-link.c=20|=202=20= ++=0A=201=20file=20changed,=202=20insertions(+)=0A=0Adiff=20--git=20= a/gcc/testsuite/gcc.dg/darwin-minversion-link.c=20= b/gcc/testsuite/gcc.dg/darwin-minversion-link.c=0Aindex=20= b6ede31c985..a835e9d4648=20100644=0A---=20= a/gcc/testsuite/gcc.dg/darwin-minversion-link.c=0A+++=20= b/gcc/testsuite/gcc.dg/darwin-minversion-link.c=0A@@=20-17,6=20+17,8=20= @@=0A=20/*=20{=20dg-additional-options=20= "-mmacosx-version-min=3D010.015.06=20-DCHECK=3D101506"=20{=20target=20= *-*-darwin19*=20}=20}=20*/=0A=20/*=20{=20dg-additional-options=20= "-mmacosx-version-min=3D011.000.00=20-DCHECK=3D110000"=20{=20target=20= *-*-darwin20*=20}=20}=20*/=0A=20/*=20{=20dg-additional-options=20= "-mmacosx-version-min=3D012.000.00=20-DCHECK=3D120000"=20{=20target=20= *-*-darwin21*=20}=20}=20*/=0A+/*=20{=20dg-additional-options=20= "-mmacosx-version-min=3D013.000.00=20-DCHECK=3D130000"=20{=20target=20= *-*-darwin22*=20}=20}=20*/=0A+/*=20{=20dg-additional-options=20= "-mmacosx-version-min=3D014.000.00=20-DCHECK=3D140000"=20{=20target=20= *-*-darwin23*=20}=20}=20*/=0A=20=0A=20int=0A=20main=20()=0A--=20=0A= 2.39.2=20(Apple=20Git-143)=0A=0A= --Apple-Mail=_3A76F789-4FA0-44F4-8B9C-39740371146A--