From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 438 invoked by alias); 29 Nov 2001 20:28:32 -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 382 invoked from network); 29 Nov 2001 20:28:26 -0000 Received: from unknown (HELO gandalf.codesourcery.com) (66.60.148.227) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 20:28:26 -0000 Received: from gandalf.codesourcery.com (IDENT:mitchell@localhost [127.0.0.1]) by gandalf.codesourcery.com (8.11.6/8.11.6) with ESMTP id fATKN3810168; Thu, 29 Nov 2001 12:23:03 -0800 Date: Wed, 21 Nov 2001 23:26:00 -0000 From: Mark Mitchell To: Joe Buck cc: "gcc@gcc.gnu.org" Subject: Re: GCC 3.0.3 Message-ID: <5070000.1007065383@gandalf.codesourcery.com> In-Reply-To: <200111291934.LAA07213@atrus.synopsys.com> X-Mailer: Mulberry/2.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-SW-Source: 2001-11/txt/msg01079.txt.bz2 > I'd like to see the fix to PR #4447 back-ported from the trunk to 3.0.3. > Actually I don't think any porting is needed, as it's a fix to mangle.c, > which hasn't had many changes; no, it doesn't change the ABI because > hitting the relevant code caused a core dump before. > > This PR is an ICE and a regression from 2.95.x. > > I believe that the relevant patch is > > 2001-11-17 Kriang Lerdsuwanakij > > * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, > CONST_CAST_EXPR. > * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR. Yes, this is OK. Please apply the patch. Thanks, -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Mitchell To: Joe Buck Cc: "gcc@gcc.gnu.org" Subject: Re: GCC 3.0.3 Date: Thu, 29 Nov 2001 12:28:00 -0000 Message-ID: <5070000.1007065383@gandalf.codesourcery.com> References: <200111291934.LAA07213@atrus.synopsys.com> X-SW-Source: 2001-11/msg01580.html Message-ID: <20011129122800.QCNwdmrkqxZHY876rxiONjytSDl2O86cmCYaywfRaCU@z> > I'd like to see the fix to PR #4447 back-ported from the trunk to 3.0.3. > Actually I don't think any porting is needed, as it's a fix to mangle.c, > which hasn't had many changes; no, it doesn't change the ABI because > hitting the relevant code caused a core dump before. > > This PR is an ICE and a regression from 2.95.x. > > I believe that the relevant patch is > > 2001-11-17 Kriang Lerdsuwanakij > > * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, > CONST_CAST_EXPR. > * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR. Yes, this is OK. Please apply the patch. Thanks, -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com