From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35BBC3858CDA; Mon, 8 Jan 2024 02:26:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35BBC3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704680817; bh=HI5bFDZseF+6QR+nSn/b6KirC5o2h6sSp1YioSpsWZQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DLuV9Hk773WLnU3E9/9fccFtYhA7mpE+AapyK/PUr0ECx1Thp+Adlj6rL4dvHyU9E yjsEQJTXkIMUAlupuMe4BzCZs5wTqGoKt7sCe0pJL6X3itiB5KUERG88wmVSA2V66h BYXG3FB1RAi6q0aoRH75+/y7J5Jwu14JYbIlIU3k= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113260] missing from_chars/to_chars for __float128 Date: Mon, 08 Jan 2024 02:26:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: everconfirmed cf_reconfirmed_on bug_status 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=3D113260 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-01-08 Status|UNCONFIRMED |WAITING --- Comment #2 from Andrew Pinski --- Actually it was added in GCC 13 by r13-3754-ge5bcbcd04cfcb2 . Can you provide more information here what you need? Using _Float128 is better than using __float128 since _Float128 is the C/C++ standard style of extended floating point types.=