Re: [PATCH][Revised] fix --enable-build-with-cxx on darwin

2011-05-05 Thread Richard Guenther
On Thu, May 5, 2011 at 2:58 PM, Jack Howarth 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 the last remaing insta

[PATCH][Revised] fix --enable-build-with-cxx on darwin

2011-05-05 Thread Jack Howarth
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 the last remaing instance of false to NULL and restores the --enable-build-with-cxx