From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC5993857C79; Mon, 20 Jul 2020 21:12:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC5993857C79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595279540; bh=rhlLoIceVvaAQX7qgWWHqFxYw0emBe1zsxXMZcyCkFM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mgCtSPhbrRm5oUUSRMlByEeCZu8yZpp4ZZ+yEpZgyI8oogYZpBELOQivpiM+lv1Zg lILIE22XarjMYJSInk2mmQMi0/PegtZbcBjCJvR63YOyiUaZlzC2RKFcb2NbGoU5Dm +0dZQ+GKj/1h3hzJAVXKeCerQ7C1M/jwZFD6UdNo= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/96253] decimal floating point missing on ARM Date: Mon, 20 Jul 2020 21:12:20 +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: 9.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2020 21:12:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96253 --- Comment #1 from joseph at codesourcery dot com --- DFP is not supported for either AArch32 or AArch64; nor do the respective=20 ABI documents say what the ABI would be for it (though a GCC patch for the= =20 AArch64 case was submitted in=20 ). GCC=20 supports DFP for x86_64 / x86, powerpc and S/390 (x86_64 / x86 using BID=20 format, the others using DPD).=