From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08154385DC1C; Sat, 23 May 2020 10:35:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08154385DC1C From: "mtk.manpages at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/6778] expm1() raises bogus underflow exception for -large Date: Sat, 23 May 2020 10:35:39 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mtk.manpages at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2020 10:35:40 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D6778 --- Comment #4 from Michael Kerrisk --- Fix documented for man-pages-5.07. commit 4f16aab8244518d9f46fb6e8d4dc8e6e73266771 Author: Michael Kerrisk Date: Sat May 23 11:45:36 2020 +0200 expm1.3: The expm1() bogus underflow floating-point exception has been fixed Fixed in glibc 2.17. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=3D6778 Signed-off-by: Michael Kerrisk diff --git a/man3/expm1.3 b/man3/expm1.3 index a1fe0f7b2..460068a6d 100644 --- a/man3/expm1.3 +++ b/man3/expm1.3 @@ -144,13 +144,14 @@ T} Thread safety MT-Safe C99, POSIX.1-2001, POSIX.1-2008. .\" BSD. .SH BUGS -For some large negative +Before glibc 2.17, +.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=3D6778 +on certain architectures (e.g., x86, but not x86_64) +.BR expm1 () +raised a bogus underflow floating-point exception +for some large negative .I x values (where the function result approaches \-1), -.BR expm1 () -raises a bogus underflow floating-point exception. -.\" FIXME . -.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3D6778 .PP For some large positive .I x --=20 You are receiving this mail because: You are on the CC list for the bug.=