From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12F2F3858C2F; Thu, 25 Aug 2022 14:39:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12F2F3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661438374; bh=QLM0bLK4bufapWyl0Ftv+vqkmvcYdun2MKhQKBHfddk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q2/V8K5NtW9h8DwanLIYLpXG4PCq9+kdxXnWPGm0lb67xk9chuCi9qEgdNxuRRo6P ufSB1VZZOEiTe+8853+lQeJoltIrccFpW/uF10QzhXnNdPH9pOGPrFoD7QPklWlFke hXOc+RT3SABsgPVbqd9TZcawTo761JfxQ41cITlQ= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names Date: Thu, 25 Aug 2022 14:39:33 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: attachments.isobsolete attachments.created 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=3D106652 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53506|0 |1 is obsolete| | --- Comment #7 from Jakub Jelinek --- Created attachment 53508 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53508&action=3Dedit gcc13-pr106652-wip.patch Further updated patch to kill the never actually used fixed type demangling support from demangler and instead implement the _Float{16,32,64,128} demangling.=