Re: [cxx-conversion] Switch default to build in C++

2012-04-12 Thread Diego Novillo
On 4/12/12 4:31 AM, Richard Guenther wrote: On Wed, Apr 11, 2012 at 6:37 PM, Diego Novillo wrote: This patch makes the branch to build in C++ mode by default. Tested on x86_64. Committed. Note that for merging the branch the support to build with a C host compiler should be removed (and doc

Re: [cxx-conversion] Switch default to build in C++

2012-04-12 Thread Richard Guenther
On Wed, Apr 11, 2012 at 6:37 PM, Diego Novillo wrote: > This patch makes the branch to build in C++ mode by default. > > Tested on x86_64.  Committed. Note that for merging the branch the support to build with a C host compiler should be removed (and docs updated). Richard. > > ChangeLog.cxx-co

[cxx-conversion] Switch default to build in C++

2012-04-11 Thread Diego Novillo
This patch makes the branch to build in C++ mode by default. Tested on x86_64. Committed. ChangeLog.cxx-conversion * configure.ac (ENABLE_BUILD_WITH_CXX): Default to 'yes'. * configure: Regenerate. gcc/ChangeLog.cxx-conversion * configure.ac (ENABLE_BUILD_WITH_CXX): Def