From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7614D3857400; Wed, 8 Mar 2023 17:23:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7614D3857400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678296239; bh=+H8NbGaU5Rb3vXWYFs3uJeuxCsp3nJsDvC7dBDbfFIQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mKI9+E3Ixm7/ikWt2x7zgCfM+PJHLjT9WLIEfwgjdEwUCepUvIlHwM8NujQifp7va bhj9TcmtsLCRtanfyvNaxegspbtfF+7AdfFGJmJM2GERt2rDgpKe5eay3GVp3lRC5t GJt7FUfk36O+mvacLUiA6XLFQVlzo2uOoFKlIb4k= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug math/30040] nextafter(0.0, 1.0) does not correctly set errno Date: Wed, 08 Mar 2023 17:23:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30040 --- Comment #1 from Andreas Schwab --- errno is only intented to be set on underflow when the result is zero, as explained in commit 85422c2acba83852396c9d9fd22ff0493e3606fe. --=20 You are receiving this mail because: You are on the CC list for the bug.=