From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A501385841A; Thu, 25 Aug 2022 10:56:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A501385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661425006; bh=/B7KUbOAjul8csx/pQaNWx5xLOVIA3Y6t2KF0XyG8qI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dRjE73RVWTF84oFVvQTCYf0d+x/b371SIswKmWD8gY6bMjh9niKEeipSeTunnE+QT Bydbd5dujdEL40gBXKd3ZV0bX6U1dAmVI2+0mBDTlK41kpQM/y7hMFEpNJgOe/aG9B MLigXuTGQ2O2OqkuFPCEPkzN0wCGl/1AL1deAKPg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/85518] ICE mangling _FloatN types Date: Thu, 25 Aug 2022 10:56:46 +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: 8.0 X-Bugzilla-Keywords: ice-on-valid-code 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: 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=3D85518 --- Comment #4 from Jakub Jelinek --- Actually not fully. While it adds mangling for _Float{16,32,64,128}, it doesn't add mangling for _Float{32,64,128}x.=20 https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling doesn't have anything for those and there is no need to add _Float{32,64,128}x support to the C++ FE right now. Perhaps the *x suffixed builtins should be C only?=