From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15609 invoked by alias); 30 Aug 2010 22:29:40 -0000 Received: (qmail 15595 invoked by uid 22791); 30 Aug 2010 22:29:39 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_ZJ,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.208.78.105) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Aug 2010 22:29:34 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id o7UMTKkA044303; Mon, 30 Aug 2010 15:29:20 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id o7UMTKVa044267; Mon, 30 Aug 2010 15:29:20 -0700 (PDT) (envelope-from sgk) Date: Tue, 31 Aug 2010 04:32:00 -0000 From: Steve Kargl To: Uros Bizjak Cc: Jakub Jelinek , Richard Henderson , "Joseph S. Myers" , Gerald Pfeifer , Fortran List , FX , gcc@gcc.gnu.org Subject: Re: For testing: full __float128 patch Message-ID: <20100830222920.GA95778@troutmask.apl.washington.edu> References: <4C7BEEF3.9080502@redhat.com> <20100830193839.GM4815@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i 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-08/txt/msg00470.txt.bz2 On Mon, Aug 30, 2010 at 09:51:09PM +0200, Uros Bizjak wrote: > > So, attached and untested. > > Uros. I tested your patch on x86_64-*-freebsd. My ppl and cloog libraries were built with FreeBSD's system gcc (4.2.1). All tests failed due to missing symbols that are marked GCC_3.0. > Index: gcc/config/i386/t-freebsd > =================================================================== > --- gcc/config/i386/t-freebsd (revision 0) > +++ gcc/config/i386/t-freebsd (revision 0) > @@ -0,0 +1 @@ > +SHLIB_MAPFILES = $(srcdir)/config/i386/libgcc-bsd.ver Changing the = to += seems to fix the problem. My regression testing is still running, so I can't report stats. -- Steve