2012/3/9 Ludovic Courtès <[email protected]>: > 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. Thanks, Andrew Pinski
