From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15869 invoked by alias); 18 Feb 2008 23:12:43 -0000 Received: (qmail 15733 invoked by uid 48); 18 Feb 2008 23:12:01 -0000 Date: Mon, 18 Feb 2008 23:12:00 -0000 Message-ID: <20080218231201.15732.qmail@sourceware.org> From: "sjmunroe at us dot ibm dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20080218230428.5768.sjmunroe@us.ibm.com> References: <20080218230428.5768.sjmunroe@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/5768] isnan() will throw SIGFPE with signalling NaN 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-02/txt/msg00068.txt.bz2 ------- Additional Comments From sjmunroe at us dot ibm dot com 2008-02-18 23:12 ------- For powerpc[64] isnan() and isnanf() fail since they share the same implementation. isnanl() is Ok because it uses the generic implementation from /ieee754/ldbl-128ibm/. isinf, isfinite, isnormal, and fpclassify are also OK. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED http://sourceware.org/bugzilla/show_bug.cgi?id=5768 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.