Re: [PATCH} fix --enable-build-with-cxx

2011-05-05 Thread Gabriel Dos Reis
On Thu, May 5, 2011 at 8:02 AM, Jack Howarth wrote: > On Thu, May 05, 2011 at 07:56:20AM -0500, Gabriel Dos Reis wrote: >> On Thu, May 5, 2011 at 7:55 AM, Jack Howarth >> wrote: >> > On Thu, May 05, 2011 at 02:02:19PM +0200, Eric Botcazou wrote: >> >> > Currently the bootstrap with --enable-buil

Re: [PATCH} fix --enable-build-with-cxx

2011-05-05 Thread Eric Botcazou
>I didn't see that patch so just reduce mine down to the change for > change for gcc/varpool.c. Odd that the gcc/varpool.c issue isn't seen on > other targets besides darwin apparently. No problem. Please install the entire patch (with Dmitry's name as second name) as Dmitry hasn't got commi

Re: [PATCH} fix --enable-build-with-cxx

2011-05-05 Thread Jack Howarth
On Thu, May 05, 2011 at 07:56:20AM -0500, Gabriel Dos Reis wrote: > On Thu, May 5, 2011 at 7:55 AM, Jack Howarth wrote: > > On Thu, May 05, 2011 at 02:02:19PM +0200, Eric Botcazou wrote: > >> > Currently the bootstrap with --enable-build-with-cxx is broken due to > >> > compiler errors of the form

Re: [PATCH} fix --enable-build-with-cxx

2011-05-05 Thread Gabriel Dos Reis
On Thu, May 5, 2011 at 7:55 AM, Jack Howarth wrote: > On Thu, May 05, 2011 at 02:02:19PM +0200, Eric Botcazou wrote: >> > Currently the bootstrap with --enable-build-with-cxx is broken due to >> > compiler errors of the form "error: converting 'false' to pointer type >> > 'varpool_node*' [-Werror=

Re: [PATCH} fix --enable-build-with-cxx

2011-05-05 Thread Jack Howarth
On Thu, May 05, 2011 at 02:02:19PM +0200, Eric Botcazou wrote: > > Currently the bootstrap with --enable-build-with-cxx is broken due to > > compiler errors of the form "error: converting 'false' to pointer type > > 'varpool_node*' [-Werror=conversion-null]". The attached patch changes > > these in

Re: [PATCH} fix --enable-build-with-cxx

2011-05-05 Thread Eric Botcazou
> Currently the bootstrap with --enable-build-with-cxx is broken due to > compiler errors of the form "error: converting 'false' to pointer type > 'varpool_node*' [-Werror=conversion-null]". The attached patch changes > these instances of false to NULL and restores the --enable-build-with-cxx > boo