This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 5/5] add libcc1
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: Phil Muldoon <pmuldoon at redhat dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Tom Tromey <tromey at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>, Jeff Law <law at redhat dot com>
- Date: Tue, 28 Oct 2014 10:09:24 +0100
- Subject: Re: [PATCH 5/5] add libcc1
- Authentication-results: sourceware.org; auth=none
- References: <CAFULd4ZuOhCObs2PEOTzP6aM=RJHJJcsHjNZLVddr=u8XZqvXQ at mail dot gmail dot com> <544F58DE dot 5060302 at redhat dot com>
On Tue, Oct 28, 2014 at 9:50 AM, Phil Muldoon <pmuldoon@redhat.com> wrote:
> 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?
This failure is in stage1 due to -Werror in combination with default
CentOS gcc-4.1.x compiler:
gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
Stage1 libraries should not be compiled with -Werror, since the
default system compiler can have issues with warnings.
Uros.