This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Converting GCC to compilation with C++


On Jul 12, 2004, Mark Mitchell <mark@codesourcery.com> wrote:

> In addition, RMS stated that the use of C++ was unacceptable
> for the GNU Project, at least for programs that are presently written
> in C.

The *use* of C++, or the requirement of a C++ compiler?

We could very well keep on using C for parser, back-ends and some
minimal middle-end, and use that to build a c++ compiler for, say,
stage 0, and proceed to a full-featured bootstrap using the just-built
C++ compiler.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]