From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10759 invoked by alias); 29 Nov 2001 21:51:07 -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 10713 invoked from network); 29 Nov 2001 21:51:05 -0000 Received: from unknown (HELO kiruna.synopsys.com) (204.176.20.18) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 21:51:05 -0000 Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by kiruna.synopsys.com (Postfix) with ESMTP id 292A0F3B2; Thu, 29 Nov 2001 13:51:05 -0800 (PST) Received: from atrus.synopsys.com (localhost [127.0.0.1]) by mother.synopsys.com (8.9.1/8.9.1) with ESMTP id NAA18485; Thu, 29 Nov 2001 13:50:53 -0800 (PST) From: Joe Buck Received: (from jbuck@localhost) by atrus.synopsys.com (8.9.3+Sun/8.9.1) id NAA08704; Thu, 29 Nov 2001 13:51:04 -0800 (PST) Message-Id: <200111292151.NAA08704@atrus.synopsys.com> Subject: Re: GCC 3.0.3 To: mark@codesourcery.com (Mark Mitchell) Date: Thu, 22 Nov 2001 00:04:00 -0000 Cc: jbuck@synopsys.COM (Joe Buck), gcc@gcc.gnu.org (gcc@gcc.gnu.org) In-Reply-To: <5070000.1007065383@gandalf.codesourcery.com> from "Mark Mitchell" at Nov 29, 2001 12:23:03 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg01083.txt.bz2 I wrote: > > 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. Mark writes: > Yes, this is OK. Please apply the patch. I don't have write access, so we'll need a volunteer to apply the patch. Joe From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: mark@codesourcery.com (Mark Mitchell) Cc: jbuck@synopsys.COM (Joe Buck), gcc@gcc.gnu.org (gcc@gcc.gnu.org) Subject: Re: GCC 3.0.3 Date: Thu, 29 Nov 2001 13:51:00 -0000 Message-ID: <200111292151.NAA08704@atrus.synopsys.com> References: <5070000.1007065383@gandalf.codesourcery.com> X-SW-Source: 2001-11/msg01584.html Message-ID: <20011129135100.0NV5lkidtiW3HdZgz2NPSA6LKPVNNJ1uIR5XZpajh4A@z> I wrote: > > 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. Mark writes: > Yes, this is OK. Please apply the patch. I don't have write access, so we'll need a volunteer to apply the patch. Joe