From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6640 invoked by alias); 16 Oct 2002 22:00:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6633 invoked from network); 16 Oct 2002 22:00:31 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 16 Oct 2002 22:00:31 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9GLxls22547; Wed, 16 Oct 2002 17:59:47 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9GM0Ul16679; Wed, 16 Oct 2002 18:00:30 -0400 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9GM0TD16465; Wed, 16 Oct 2002 15:00:29 -0700 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9GM0SN30848; Wed, 16 Oct 2002 15:00:28 -0700 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Wed, 16 Oct 2002 15:36:00 -0000 From: Richard Henderson To: Stephen L Moshier Cc: gcc@gcc.gnu.org Subject: Re: real.c fails floating point tests Message-ID: <20021016220028.GB30823@redhat.com> Mail-Followup-To: Richard Henderson , Stephen L Moshier , gcc@gcc.gnu.org References: <20021016203814.GE22988@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2002-10/txt/msg01013.txt.bz2 On Wed, Oct 16, 2002 at 05:54:03PM -0400, Stephen L Moshier wrote: > You tested do_add, do_multiply, do_divide, do_compare, do_fix_trunc > in real.c? Yes. The harness in contrib/paranoia.cc calls into real_arithmetic and real_compare, which calls each of these functions. r~