From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65AA4385770E; Wed, 3 May 2023 09:24:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65AA4385770E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683105861; bh=tZSNjCfSXoYrj1dTVlsxTQCxzSm99mPjsdvVi1h57AM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yizkiitlBm1aftwYthVzGjbBd0ZA6WdjxcZjjEcBSxUYgGnlHoqHOP2fU0bjDKIDf rxXVd45y/A7sXTcXDWqdNGMGiAQBMuupmIxTtliyIRSTPg4rtwZXlMN5Xcy51nSZ3X gNvSf2uGFA0FLUAFlng1Uf2/39PDG2vXjAwTY1xc= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libquadmath/87204] strtoflt128 produces different results for subnormals with -m32 and -m64 Date: Wed, 03 May 2023 09:24:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libquadmath X-Bugzilla-Version: 7.3.0 X-Bugzilla-Keywords: wrong-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=3D87204 --- Comment #8 from Jakub Jelinek --- Fixed for 11.4 as well.=