From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18566 invoked by alias); 5 Mar 2003 16:01:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18559 invoked from network); 5 Mar 2003 16:01:25 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by 172.16.49.205 with SMTP; 5 Mar 2003 16:01:25 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h25FwTH2000499; Wed, 5 Mar 2003 16:58:29 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id h25FwSkF000497; Wed, 5 Mar 2003 16:58:28 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: dewar@gnat.com (Robert Dewar) Cc: zack@codesourcery.com, gcc@gcc.gnu.org, mrs@apple.com, tromey@redhat.com Subject: Re: Putting C++ code into gcc front end References: <20030305142416.63A91F2D7F@nile.gnat.com> From: Gabriel Dos Reis In-Reply-To: <20030305142416.63A91F2D7F@nile.gnat.com> Organization: Integrable Solutions Date: Wed, 05 Mar 2003 16:31:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00327.txt.bz2 dewar@gnat.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