From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10106 invoked by alias); 23 Jul 2010 19:53:57 -0000 Received: (qmail 10097 invoked by uid 22791); 23 Jul 2010 19:53:56 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from comm.purplecow.org (HELO comm.purplecow.org) (210.87.62.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jul 2010 19:53:50 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=iso-8859-1 Received: from interact.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPA id <0L61008JE0LORJ60@comm.purplecow.org> for gcc@gcc.gnu.org; Sat, 24 Jul 2010 05:53:48 +1000 (EST) Received: from interact.purplecow.org ([10.0.66.17] helo=interact.purplecow.org) with IPv4:25 by ASSP.nospam; Sat, 24 Jul 2010 05:53:48 +1000 Received: from 10.0.66.17 (proxying for unknown) (SquirrelMail authenticated user dclarke@blastwave.org) by interact.purplecow.org with HTTP; Fri, 23 Jul 2010 15:53:48 -0400 (EDT) Message-id: <41397.10.0.66.17.1279914828.squirrel@interact.purplecow.org> Date: Fri, 23 Jul 2010 19:53:00 -0000 Subject: Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org From: Dennis Clarke To: Eric Botcazou Cc: Richard Guenther , gcc@gcc.gnu.org, Dennis Clarke , Rainer Orth Reply-to: dclarke@blastwave.org User-Agent: SquirrelMail/1.4.11 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg00368.txt.bz2 >> Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do >> not build these libraries in-tree. > > Yes, and verify that GMP and MPFR are correctly compiled with > "make check". Recent versions are miscompiled on SPARC/Solaris > by GCC 4.3.x for x < 3 or 4. > > The recommended versions (GMP 4.3.2, MPFR 2.4.2, MPC 0.8.1) also > work fine if compiled by the latest GCC 4.3.x compilers (or > compilers of later series). === gcc Summary === # of expected passes 57009 # of unexpected failures 67 # of unexpected successes 7 # of expected failures 197 # of unsupported tests 518 === g++ Summary === # of expected passes 20118 # of unexpected failures 29 # of unexpected successes 4 # of expected failures 158 # of unsupported tests 136 Dennis