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
Gabriel Dos Reis <gdr at integrable-solutions dot net> writes:
> I don't think this is much worse than the current situation where one
> needs to have g++ + libstdc++-v3 built if one wants Java.
It's at least incrementally more trouble. Right now, starting with
just a C compiler, you can get a Java compiler without having to build
and install C++ first.
> And bootstrap for C++ front-end is currently an oxymoron: it is just a
> bootstrap for the C compiler.
I consider this a feature.
zw