From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 21AAE3858CDA; Mon, 5 Feb 2024 14:47:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21AAE3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707144444; bh=gkJ/eWrSq4gX9drT92ksTQ+ukjoanHIIVZRBEX4VzKQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bj71Yf654H24a3xZOlIG8WZ4QjpgvYTkStQVusHqIswgU/dOwYEWDx35jwAdZAc8g jecDLjxB0GERGhxZ4D3hSap9vqsXmA/h5FD7BIkTsvOXTYeac7NNWE2x+VV/CO/cv+ +g/6LqzE+xIu+gbiv2IOTygn2xsB9ns2ir2nuVaE= From: "kashi at waseda dot jp" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113770] _Float64x support on g++ 13.2.0 Date: Mon, 05 Feb 2024 14:47:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kashi at waseda dot jp X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113770 --- Comment #3 from Masahide Kashiwagi --- I forgot to mention in my earlier post that these two programs work fine in= g++ 12. Also, at https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html it says that __float80 and _Float64x are 80-bit extended floating point numbers and are available on x86. Has support for _Float64x been stopped?=