From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19911 invoked by alias); 17 Jul 2010 17:18:21 -0000 Received: (qmail 19903 invoked by uid 22791); 17 Jul 2010 17:18:20 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Jul 2010 17:17:43 +0000 Received: (qmail 2229 invoked from network); 17 Jul 2010 17:17:41 -0000 Received: from unknown (HELO ?84.152.238.80?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Jul 2010 17:17:41 -0000 Message-ID: <4C41E5A0.3050907@codesourcery.com> Date: Sat, 17 Jul 2010 17:18:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100625 Thunderbird/3.0.5 MIME-Version: 1.0 To: "H.J. Lu" CC: Jeff Law , GCC Patches Subject: Re: New optimization for reload_combine References: <4C4035C3.9080305@codesourcery.com> <4C40A5BD.9080208@redhat.com> <4C40F005.3060507@codesourcery.com> <4C41BD52.5040905@codesourcery.com> <4C41D377.9050303@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg01417.txt.bz2 On 07/17/2010 06:14 PM, H.J. Lu wrote: > On Sat, Jul 17, 2010 at 8:59 AM, Bernd Schmidt wrote: >> On 07/17/2010 05:03 PM, H.J. Lu wrote: >>> It is more than that. It failed to boostrap on Linux/ia32 when >>> configured with >>> >>> --enable-clocale=gnu --with-system-zlib --enable-shared >>> --with-demangler-in-ld --with-fpmath=sse >> >> I can't seem to reproduce this. Is that the full command line? >> >> > > I used: > > ../src-trunk/configure \ > --enable-clocale=gnu --with-system-zlib --enable-shared --with- > demangler-in-ld -with-plugin-ld=ld.gold --enable-gold --with-fpmath=sse > > on Fedora 12/ia32. I'm on Gentoo, without gold - not sure whether that made a difference, but I'm not seeing these failures. I don't have access to SPEC2k6 either. Can you isolate any testcases? Bernd