From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14427 invoked by alias); 26 Jan 2003 14:45:59 -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 14400 invoked from network); 26 Jan 2003 14:45:59 -0000 Received: from unknown (HELO caip.rutgers.edu) (128.6.236.10) by 172.16.49.205 with SMTP; 26 Jan 2003 14:45:59 -0000 Received: (from ghazi@localhost) by caip.rutgers.edu (8.9.3/8.9.3) id JAA26089; Sun, 26 Jan 2003 09:45:53 -0500 (EST) Date: Sun, 26 Jan 2003 18:40:00 -0000 From: "Kaveh R. Ghazi" Message-Id: <200301261445.JAA26089@caip.rutgers.edu> To: aoliva@redhat.com Subject: Re: Irix6 long doubles implemented wrong? (27_io/ostream_inserter_arith) Cc: gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org, libstdc++@gcc.gnu.org, oldham@codesourcery.com, ro@TechFak.Uni-Bielefeld.DE, rth@redhat.com References: <200212170531.AAA15561@caip.rutgers.edu> <200212241434.JAA22361@caip.rutgers.edu> <20030107221549.GR12992@redhat.com> <20030110011352.GF9245@redhat.com> <200301191731.MAA18215@caip.rutgers.edu> X-SW-Source: 2003-01/txt/msg01282.txt.bz2 > From: Alexandre Oliva > > On Jan 26, 2003, Alexandre Oliva wrote: > > > * real.c (ibm_extended_format): Add 53 to minimum exponent. > > Turned out this got encode_ibm_extended very confused when presented > with denormals, not only numbers that had to be represented as > denormal doubles, but also those that could still use a normal double > for the upper part. This new patch fixes it, and actually passes the > numeric_limits test. Ok to install? Great Alexandre, thanks! I'm going to try and test this on irix6.5. I took a 3.3 checkout from this morning plus the following three patches: http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02039.html http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02026.html http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02041.html Is that the correct set? (Results should be done tonight.) --Kaveh -- Kaveh R. Ghazi ghazi@caip.rutgers.edu