This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-in-cxx branch created
Jens-Michael Hoffmann <jensmh@gmx.de> writes:
> Am Mittwoch, 18. Juni 2008 08:01:35 schrieb Ian Lance Taylor:
>
>> I have not yet committed any patches to the branch--at present it is
>> just a copy of the trunk. I will start committing patches soon, and
>> anybody else may submit patches as well. The branch will follow the
>> usual gcc maintainership rules, except that any non-algorithmic
>> maintainer may additionally approve or commit patches which permit
>> compilation with C++.
>
> Should the branch compile right now?
No. I've flipped the branch to start compiling the source files in
gcc with C++. Unfortunately a number of issues will need to be
addressed before all the code will compile in C++. Most of this work
can and will be contributed back to mainline gcc as well.
I'll send out a note when everything on the branch compiles in C++.
Ian