On Fri, Mar 09, 2012 at 01:53:52AM -0800, Andrew Pinski wrote: > 2012/3/9 Ludovic Courtès <ludovic.cour...@inria.fr>: > > > I believe this is not intentional, right? > > No, this is intentional. We bootstrap the compiler using the C++ > front-end now. We build stage1 with the C compiler and then build > stages 2 and 3 with the C++ compiler. > > This is a documented change too.
You can configure with --disable-build-poststage1-with-cxx to disable that (or --disable-build-with-cxx in addition to that, but that is the default in 4.7). Jakub