From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9252 invoked by alias); 31 Jul 2008 10:59:54 -0000 Received: (qmail 6722 invoked by uid 48); 31 Jul 2008 10:58:41 -0000 Date: Thu, 31 Jul 2008 10:59:00 -0000 Message-ID: <20080731105841.6721.qmail@sourceware.org> From: "mtk dot manpages at gmail dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20080731105723.6802.mtk.manpages@gmail.com> References: <20080731105723.6802.mtk.manpages@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/6802] remquo() does not set errno on domain error 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/msg00188.txt.bz2 ------- Additional Comments From mtk dot manpages at gmail dot com 2008-07-31 10:58 ------- Created an attachment (id=2866) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2866&action=view) test program Sample runs showing problem: $ /tmp/mt_remquo inf 1 errno == 0 fetestexcept() says: FE_INVALID remquo(inf,1.00000000000000000e+00,&result2)=nan, result2=0 0 FE_INVALID nan $ /tmp/mt_remquo 1 0 errno == 0 fetestexcept() says: FE_INVALID remquo(1.00000000000000000e+00,0.00000000000000000e+00,&result2)=nan, result2=0 0 FE_INVALID nan -- http://sourceware.org/bugzilla/show_bug.cgi?id=6802 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.