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: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: dewar at gnat dot com (Robert Dewar)
- Cc: zack at codesourcery dot com, gcc at gcc dot gnu dot org, mrs at apple dot com, tromey at redhat dot com
- Date: 05 Mar 2003 16:58:28 +0100
- Subject: Re: Putting C++ code into gcc front end
- Organization: Integrable Solutions
- References: <20030305142416.63A91F2D7F@nile.gnat.com>
dewar at gnat dot com (Robert Dewar) writes:
| So perhaps the prerequisite here is to develop an agreed set of language features
| that can be used, chosen with two goals in mind:
|
| 1. Keep the code clear, and accessible by non-C++ experts
|
| 2. Keep the code compilable by a wide range of C++ compilers
Absolutely.
-- Gaby