From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25482 invoked by alias); 28 Oct 2014 08:50:44 -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 25365 invoked by uid 89); 28 Oct 2014 08:50:44 -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 08:50:43 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9S8ofmj014443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 28 Oct 2014 04:50:41 -0400 Received: from localhost.localdomain (ovpn-112-76.ams2.redhat.com [10.36.112.76]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9S8od6a008708; Tue, 28 Oct 2014 04:50:39 -0400 Message-ID: <544F58DE.5060302@redhat.com> Date: Tue, 28 Oct 2014 08:55:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Uros Bizjak , "gcc-patches@gcc.gnu.org" CC: Tom Tromey , Jakub Jelinek , Jeff Law Subject: Re: [PATCH 5/5] add libcc1 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg02907.txt.bz2 On 28/10/14 08:36, Uros Bizjak wrote: >> This patch has now been committed. > Also breaks bootstap on x86_64-linux-gnu, CentOS 5.11: > > gmake[4]: Entering directory `/home/uros/gcc-build/libcc1' > /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. > -I../../gcc-svn/trunk/libcc1 -I ../../gcc-svn/trunk/libcc1/../include > -I ../../gcc-svn/trunk/libcc1/../libgcc -I .././gcc > -I../../gcc-svn/trunk/libcc1/../gcc -I Weird, I bootstrapped my build on x8664 Fedora 20 and saw no issues. Can you please provide me your build/configure parameters? Cheers Phil