This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Putting C++ code into gcc front end
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 4 Mar 2003 11:40:33 -0600
- Subject: Re: Putting C++ code into gcc front end
> The last time this came up, I recall the conclusion being 'not for 3.3
> but let's revisit this in the 3.4 cycle' which is now. Personally I'd
> be happy to see ISO C required for the entire compiler collection at
> this point.
Seconded. Thirded. I'm running out of hands here....
> what if we only built the C front end, optimizers, and back end during
> all three stages of a bootstrap? And then came back to build the other
> front ends when we were done?
I think this sounds like a really good idea.
-benjamin