From owner-dev-commits-src-all@freebsd.org Fri Mar 12 19:06:24 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 801855AAA06; Fri, 12 Mar 2021 19:06:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxwJw2pT7z4lRw; Fri, 12 Mar 2021 19:06:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "R3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 3929E2AFBA; Fri, 12 Mar 2021 19:06:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58:0:b893:f361:9800:e767] (unknown [IPv6:2001:470:7a58:0:b893:f361:9800:e767]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 645493CF18; Fri, 12 Mar 2021 20:06:22 +0100 (CET) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_764D54AA-739C-41C1-9479-859C5B8F8314"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: git: 05eac56a0432 - main - lib/msun: Fix x86 GCC6 build after 221622ec0c8e184 Date: Fri, 12 Mar 2021 20:06:13 +0100 In-Reply-To: <202103121845.12CIjAub046152@gitrepo.freebsd.org> Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" To: Alex Richardson References: <202103121845.12CIjAub046152@gitrepo.freebsd.org> X-Mailer: Apple Mail (2.3654.60.0.2.21) X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 19:06:24 -0000 --Apple-Mail=_764D54AA-739C-41C1-9479-859C5B8F8314 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 12 Mar 2021, at 19:45, Alex Richardson = wrote: >=20 > The branch main has been updated by arichardson: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D05eac56a0432d07acd7f159125855437= a4dd6259 >=20 > commit 05eac56a0432d07acd7f159125855437a4dd6259 > Author: Alex Richardson > AuthorDate: 2021-03-12 18:44:42 +0000 > Commit: Alex Richardson > CommitDate: 2021-03-12 18:44:44 +0000 >=20 > lib/msun: Fix x86 GCC6 build after 221622ec0c8e184 >=20 > Apparently GCC only supports arithmetic expressions that use static > const variables in initializers starting with GCC8. To keep older > versions happy use a macro instead. >=20 > Fixes: 221622ec0c ("lib/msun: Avoid FE_INEXACT for x86 = log2l/log10l") > Reported by: Jenkins > Reviewed By: imp > Differential Revision: https://reviews.freebsd.org/D29233 Since gcc 6 is EOLed by upstream, why are we still running CI with it? Isn't it time to upgrade the CI compiler(s), so these kludges don't have to be used anymore? -Dimitry --Apple-Mail=_764D54AA-739C-41C1-9479-859C5B8F8314 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYEu7pQAKCRCwXqMKLiCW o225AJ4rfbxpSWkb3yXP3z8CaJUPhQcS7wCeMMY22fZ6c4DzWXWWSwfcqLAsWYM= =C7K4 -----END PGP SIGNATURE----- --Apple-Mail=_764D54AA-739C-41C1-9479-859C5B8F8314--