From 84828d04a6562fb17199a767473543476e2c1ec9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 May 2020 11:26:00 +0200 Subject: [PATCH] j0.3: srcfix: add notes that failing to raise FE_UNDERFLOW is intended behavior See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805 Signed-off-by: Michael Kerrisk --- man3/j0.3 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/man3/j0.3 b/man3/j0.3 index 1fb9f57ef..e72ef8a82 100644 --- a/man3/j0.3 +++ b/man3/j0.3 @@ -143,15 +143,12 @@ Range error: result underflow, or \fIx\fP is too large in magnitude .I errno is set to .BR ERANGE . -.\" An underflow floating-point exception -.\" .RB ( FE_UNDERFLOW ) -.\" is raised. .PP These functions do not raise exceptions for .BR fetestexcept (3). -.\" FIXME . Is it intentional that these functions do not raise exceptions? .\" e.g., j0(1.5e16) -.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805 +.\" This is intentional. +.\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805 .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7).