From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23665 invoked by alias); 28 Oct 2014 10:56:04 -0000 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 Received: (qmail 23649 invoked by uid 89); 28 Oct 2014 10:56:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 28 Oct 2014 10:56:03 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SAu19Z028360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 28 Oct 2014 06:56:02 -0400 Received: from localhost.localdomain (ovpn-112-76.ams2.redhat.com [10.36.112.76]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9SAtxhj014257; Tue, 28 Oct 2014 06:56:00 -0400 Message-ID: <544F763F.6020605@redhat.com> Date: Tue, 28 Oct 2014 11:16:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Uros Bizjak CC: Jakub Jelinek , "gcc-patches@gcc.gnu.org" , Tom Tromey , Jeff Law Subject: Re: [PATCH 5/5] add libcc1 References: <20141028093506.GE10376@tucnak.redhat.com> <544F7181.4060307@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg02926.txt.bz2 On 28/10/14 10:51, Uros Bizjak wrote: > On Tue, Oct 28, 2014 at 11:35 AM, Phil Muldoon wrote: > >>>>>> This patch has now been committed. >>>>> Also breaks bootstap on x86_64-linux-gnu, CentOS 5.11: >>>> For -Werror, I'd think that should fix that, WARN_FLAGS should >>>> already contain -Werror during stage2/stage3 unless --disable-werror. >>>> Untested though. >>> No, it still fails, although with one -Werror less in the compile flags: >> Does removing it from configure.ac and regenerating configure work? >> >> I don't have access to a system compiler of the version you have, so I >> am unable to test. > Yes, this patch allows bootstrap to pass stage1, although with a new warning: > > *** Warning: Linking the shared library libcc1.la against the > *** static library ../libiberty/pic/libiberty.a is not portable! > > Thanks, > Uros. Yeah there is a separate issue with the way we link libiberty in Makefile.am. I am investigating and attempting to fix this right now. Cheers Phil