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++


Richard Kenner wrote:
    How would it be different from the current situation
    for the Ada front end?

The Ada front end is written in itself, while this is written in a "third"
language (not itself and not in C).  One of the arguments in favor of
writing a front end in itself is that bootstrapping then becomes a good
compiler test.

I agree with Richard here, it would really be more attractive to write gcj in Java rather than C++, and since Java is reasonably portable, this should not compromise the build process too much. Oh well this is undoubtedly only an academic comment.


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