From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6263 invoked by alias); 23 Nov 2004 15:50:19 -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 6061 invoked from network); 23 Nov 2004 15:50:04 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sourceware.org with SMTP; 23 Nov 2004 15:50:04 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id iANFnfQ0018418; Tue, 23 Nov 2004 16:49:42 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.10/8.12.10/Submit) id iANFnfZt018417; Tue, 23 Nov 2004 16:49:41 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Steve Naroff Cc: Andrew Pinski , gcc mailing list , Michael Matz , Matt Austern , Daniel Berlin , Ziemowit Laski , Nathan Sidwell , Joe Buck , Mike Stump Subject: Re: generalized lvalues -- patch outline References: <4D2CF60C-3919-11D9-8BD2-000A95BCF344@apple.com> <20041117212847.A26376@synopsys.com> <6F5FC748-7BBD-44B9-8DDC-246949F16102@apple.com> <20041118102741.A8347@synopsys.com> <77E8D36A-C0C2-4B03-964C-BEE0FE7BBBC3@apple.com> <98C86CD4-39E2-11D9-B2D5-000A95BCF344@apple.com> <20041119170011.A30410@synopsys.com> <9E6AD708-3A93-11D9-9070-000D9330C50E@apple.com> <20041119174042.A1311@synopsys.com> <90DC5074-3A96-11D9-9070-000D9330C50E@apple.com> <9CD04F70-3CC6-11D9-B847-000D9330C50E@apple.com> <41A253A2.1050205@codesourcery.com> <24BB97A2-3CD3-11D9-B847-000D9330C50E@apple.com> <41A30346.8050602@codesourcery.com> <4D0584E2-3D61-11D9-AEB4-000A95D692F4@physics.uc.edu> From: Gabriel Dos Reis In-Reply-To: Organization: Integrable Solutions Date: Tue, 23 Nov 2004 15:51:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00816.txt.bz2 Steve Naroff writes: | On Nov 23, 2004, at 7:06 AM, Andrew Pinski wrote: | | > | > On Nov 23, 2004, at 9:56 AM, Michael Matz wrote: | > | >> Hi,Practically speaking 4.0 is currently strictly less usefull in some | >> aspects for the average C programmer. | > | > The average C programmer would not have thought to use this extension | > unless they just decided one day to try it or they actually read the | > gcc documentation (which I know almost nobody does). | | I believe this is true, however some programmers end up using gcc | extensions without knowing they are extensions (e.g. variable length | arrays, non-constant initializers, etc.). This happens for the same | reason you cite - many programmers don't study the language standard They need not study the language standard -- which often is written in obscure jargon with impenetrable logic. They just need learn programming. Compilers that accept, by default, not-well-taught extensions are justifiably of no help. -- Gaby