From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 921E43858C00; Wed, 18 Jan 2023 19:08:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 921E43858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674068886; bh=37XeDw8xkN8VsTg4TaQyZ9elkPlrBkXBeLr88g34Gbk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=spct1kAdm4L3ay7Pm7Jf2r8sZpIzOQuQOWex0TzUg+XIc5jJWD2fsfuAbWNYekicE DhaysqSBZY3lM+2+6emehLLs1PoT7CbLGNVDWrwHKyiLu32s5ekFFmYo6hilv+dJ/Y DHN5hdytn/Pa0gei+DovtHS7l+buzd3ubQJ6OJhU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libquadmath/94756] strtoflt128 assigns some subnormals incorrectly on MS Windows Date: Wed, 18 Jan 2023 19:08:06 +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: 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: cc 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #8 from Jakub Jelinek --- As Joseph wrote, there were lots of strtod_l.c fixes since 2011 and most of them weren't incorporated into libquadmath (unlike most of the math/ functi= ons which were updated a couple of times). Wonder if this one isn't https://sourceware.org/bugzilla/show_bug.cgi?id=3D= 26137 which also talks about different behavior on 32-bit arches.=