From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 01 08:36:42 2020 Received: (at 43579) by debbugs.gnu.org; 1 Oct 2020 12:36:42 +0000 Received: from localhost ([127.0.0.1]:34577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kNxpC-00042A-Ep for submit@debbugs.gnu.org; Thu, 01 Oct 2020 08:36:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kNxpB-00041x-4o for 43579@debbugs.gnu.org; Thu, 01 Oct 2020 08:36:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53755) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNxp5-0001Gp-Gw; Thu, 01 Oct 2020 08:36:35 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38014 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kNxoz-0004qA-St; Thu, 01 Oct 2020 08:36:32 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andreas Enge Subject: Re: bug#43579: g++ does not provide std::fegetround References: <20200923162121.GA28654@jurong> Date: Thu, 01 Oct 2020 14:36:28 +0200 In-Reply-To: <20200923162121.GA28654@jurong> (Andreas Enge's message of "Wed, 23 Sep 2020 18:21:21 +0200") Message-ID: <87wo0arulv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43579 Cc: 43579@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hallo! Andreas Enge skribis: > The following test file round.cpp does not compile with our g++-10.2.0: > #include > int main () { > return std::fegetround (); > } Could you provide detailed steps to reproduce it? Thanks, Ludo=E2=80=99.