From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C87593858C52; Wed, 18 Jan 2023 18:45:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C87593858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674067504; bh=0xrDAdG2uZvCEni2uN4YClq30+dvgiZTsegjpEU2fdY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NVaejuPjNKZGgkX/yiLfMKJyVJACjSR19nLIqrjLslGR4NzHTsUNxlC2ybwe0BuPJ 0JW2tGnVORHE+eTsOcJAE2QuSaVf5V02J3DU9KcW7zJEmeQ0wWdwD34Iczp3FysiXy c2nWidebeKcLqtqL5T0l/cam3STugLaanQDb3AEE= From: "i.nixman at autistici dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libquadmath/94756] strtoflt128 assigns some subnormals incorrectly on MS Windows Date: Wed, 18 Jan 2023 18:45:04 +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: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: i.nixman at autistici dot 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=3D94756 --- Comment #6 from niXman --- (In reply to niXman from comment #3) > BTW, I have fixed it for x86_64-mingw32. trying to rebuild for i686-mingw= 32 > for check. yeah, it's fixed. works on x86_64 and i686 MinGW. will check it on Linux host too for side effects...=