From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050:0:465::102]) by sourceware.org (Postfix) with ESMTPS id 8EDC03858D3C; Mon, 23 Jan 2023 14:45:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8EDC03858D3C Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=gdcproject.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gdcproject.org Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4P0tDq4NTWz9sds; Mon, 23 Jan 2023 15:45:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gdcproject.org; s=MBO0001; t=1674485115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J3gM5/Ok+MeS1CR2aIgINYPxtF7ZVWXI5s7DQPGj3bc=; b=t3qR4vnIbQBGIqH+tGjuUlX4BDOFqfL7PTCdoh8O22pd+ZANS+aW3eMszOTgHDBMdnFAdF PFNpCAfiA/vVPc31AHGlYCM/KEQnspiH1fNppUqwWeAtik3rGeOX6Sm6NVrsEHPcB7njJz nxOrcU5AX9xcIfQ275kyvfJWEEF+HpwvLTkZLjO9thSCNgO6GNazKsPyqys0gH8qeJ5hAV 6+JxSjsOrL8YS4Xmurywy06XeGDDPxQqBvdXTSDwh9ZT/EhRw+/UFd98Lj0np/pd7S1qpR 317p3xKqaDeF1BBgZMA/SO/T3XjH7xJpPil8WxvF9BJK6jDV6mTiD/0Cr/NxAA== Date: Mon, 23 Jan 2023 15:45:11 +0100 From: Iain Buclaw Subject: Re: Ping^3: [PATCH] d: Update __FreeBSD_version values [PR107469] To: Lorenzo Salvadore , "gcc-patches@gcc.gnu.org" Cc: "andreast@gcc.gnu.org" , Gerald Pfeifer References: In-Reply-To: MIME-Version: 1.0 Message-Id: <1674484997.yjxgki5kqd.astroid@pulse.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Excerpts from Lorenzo Salvadore's message of Januar 10, 2023 5:10 pm: > Hello, >=20 > Ping https://gcc.gnu.org/pipermail/gcc-patches/2022-November/605685.html >=20 > I would like to remind that Gerald Pfeifer already volunteered to commit = this patch > when it is approved. However the patch has not been approved yet. >=20 Hi, sorry for belated reply. Yes is fine for now, I'm concerned that it'll just be the same again come FreeBSD 15, 16, 17... There needs to be a better mechanism to determine which FreeBSD version is being compiled for, but that shouldn't block this going in. OK.