From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5969 invoked by alias); 22 Jun 2005 14:49:59 -0000 Mailing-List: contact gsl-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: gsl-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 5958 invoked by uid 9037); 22 Jun 2005 14:49:59 -0000 Date: Wed, 22 Jun 2005 14:49:00 -0000 Message-ID: <20050622144959.5956.qmail@sourceware.org> From: bjg@sourceware.org To: gsl-cvs@sources.redhat.com Subject: gsl BUGS X-SW-Source: 2005/txt/msg00052.txt.bz2 List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.org 2005-06-22 14:49:59 Modified files: . : BUGS Log message: solved, by deleting these tests, also added check for subnormals in test/ ---------------------------------------------------------------------- BUG#39 - cdf tests fail on IEEE 64 bit double precision The test value is outside the range of double precision, so it will create problems. Can check for these in test/ perhaps too. From: Charles Wright Subject: [Bug-gsl] I'm having trouble compiling GSL on IA-64 Date: Mon, 13 Jun 2005 15:49:26 -0500 Always fails this test no matter how I compile it. (Itanium2 altix 350) FAIL: gsl_cdf_fdist_Q(100.0, 200.0, 500.0) (0 observed vs 6.53118978864773816e-316 expected) Here's some options I've tried. Any suggestions would be appreciated. ----------------------------------------------------------------------