From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18294 invoked by alias); 14 Jan 2003 07:33:56 -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 18285 invoked from network); 14 Jan 2003 07:33:54 -0000 Received: from unknown (HELO mulga.cs.mu.OZ.AU) (128.250.1.22) by 209.249.29.67 with SMTP; 14 Jan 2003 07:33:54 -0000 Received: from hg.cs.mu.oz.au (hg.cs.mu.OZ.AU [128.250.33.14]) by mulga.cs.mu.OZ.AU with ESMTP id SAA04611; Tue, 14 Jan 2003 18:33:36 +1100 (EST) Received: (from fjh@localhost) by hg.cs.mu.oz.au (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) id h0E7XXY24911; Tue, 14 Jan 2003 18:33:33 +1100 Date: Tue, 14 Jan 2003 14:33:00 -0000 From: Fergus Henderson To: Robert Dewar Cc: gcc@gcc.gnu.org, normanjonas@arcor.de Subject: Re: Re: c++ "with" keyword Message-ID: <20030114183333.A24786@hg.cs.mu.OZ.AU> References: <20030104142915.3BD6EF2DF9@nile.gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030104142915.3BD6EF2DF9@nile.gnat.com>; from dewar@gnat.com on Sat, Jan 04, 2003 at 09:29:15AM -0500 X-SW-Source: 2003-01/txt/msg00678.txt.bz2 On 04-Jan-2003, Robert Dewar wrote: > > I think you missed the point. The reason for the with keyword is not to use > > a pointer but to leave > > the long structs name which is not done by your example : > > My viewpoint here is that gcc should not be used as an arena for > implementing random language extensions, no matter how meritorious > they be. My viewpoint is slightly different: GCC *should* be used as an arena for implementing random language extensions, but in general those extensions should not be merged into the main CVS branch. (They would only be merged on the main branch if there is a *very* convincing case made for them.) -- Fergus Henderson | "I have always known that the pursuit The University of Melbourne | of excellence is a lethal habit" WWW: | -- the last words of T. S. Garp.