From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31951 invoked by alias); 23 Nov 2004 00:07:23 -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 31458 invoked from network); 23 Nov 2004 00:07:16 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sourceware.org with SMTP; 23 Nov 2004 00:07:16 -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 iAN071Q0014164; Tue, 23 Nov 2004 01:07:01 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.10/8.12.10/Submit) id iAN071Op014163; Tue, 23 Nov 2004 01:07:01 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Richard Henderson Cc: Ziemowit Laski , gcc mailing list , Steve Naroff , Michael Matz , Matt Austern , Joe Buck , Andrew Pinski , Mike Stump Subject: Re: generalized lvalues -- patch outline References: <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> <20041122211112.GA22148@redhat.com> From: Gabriel Dos Reis In-Reply-To: <20041122211112.GA22148@redhat.com> Organization: Integrable Solutions Date: Tue, 23 Nov 2004 00:11:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00772.txt.bz2 Richard Henderson writes: | On Mon, Nov 22, 2004 at 12:39:31PM -0800, Ziemowit Laski wrote: | > Indeed, I now appear to have a mainline mod for C and C++ which allows | > assignment to lvalue casts for pointer types. What follows is a | > high-level synopsis of what I did; if there is interest, I can whip up | > a full-fledged patch, complete with docs. Please let me know. | | I do not wish to have this as an extension at all. Strongly seconded. Furthermore, it is written reinterpret_cast in C++. -- Gaby