This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.7.0RC: Mangled names in cc1
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Ludovic CourtÃs <ludovic dot courtes at inria dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 9 Mar 2012 01:53:52 -0800
- Subject: Re: GCC 4.7.0RC: Mangled names in cc1
- References: <877gyu85mc.fsf@inria.fr>
2012/3/9 Ludovic CourtÃs <ludovic.courtes@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.
Thanks,
Andrew Pinski