From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9614 invoked by alias); 31 Jul 2008 12:03:57 -0000 Received: (qmail 9212 invoked by uid 48); 31 Jul 2008 12:02:45 -0000 Date: Thu, 31 Jul 2008 12:03:00 -0000 Message-ID: <20080731120245.9211.qmail@sourceware.org> From: "mtk dot manpages at gmail dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20080731115834.6806.mtk.manpages@gmail.com> References: <20080731115834.6806.mtk.manpages@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/6806] y0(), y1(), yn() do not raise exception on underflow X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00203.txt.bz2 ------- Additional Comments From mtk dot manpages at gmail dot com 2008-07-31 12:02 ------- Created an attachment (id=2876) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2876&action=view) test program Sample runs demonstrating the problem $ /tmp/mt_y0 dbl_max errno == ERANGE fetestexcept() says: FE_INEXACT y0(1.79769313486231571e+308)=0.00000000000000000e+00 ERANGE 0 +0 $ /tmp/mt_y1 dbl_max errno == ERANGE fetestexcept() says: FE_INEXACT y1(1.79769313486231571e+308)=0.00000000000000000e+00 ERANGE 0 +0 $ /tmp/mt_yn 10 dbl_max errno == ERANGE fetestexcept() says: FE_INEXACT yn(10,1.79769313486231571e+308)=0.00000000000000000e+00 ERANGE 0 +0 -- http://sourceware.org/bugzilla/show_bug.cgi?id=6806 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.