From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15916 invoked by alias); 29 Nov 2001 19:51:31 -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 15859 invoked from network); 29 Nov 2001 19:51:21 -0000 Received: from unknown (HELO boden.synopsys.com) (204.176.20.19) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 19:51:21 -0000 Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by boden.synopsys.com (Postfix) with ESMTP id DE566DC32; Thu, 29 Nov 2001 11:51:20 -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 LAA26672; Thu, 29 Nov 2001 11:49:06 -0800 (PST) From: Joe Buck Received: (from jbuck@localhost) by atrus.synopsys.com (8.9.3+Sun/8.9.1) id LAA07213; Thu, 29 Nov 2001 11:34:11 -0800 (PST) Message-Id: <200111291934.LAA07213@atrus.synopsys.com> Subject: Re: GCC 3.0.3 To: mark@codesourcery.com (Mark Mitchell) Date: Wed, 21 Nov 2001 22:25:00 -0000 Cc: gcc@gcc.gnu.org In-Reply-To: <13880000.1007057994@warlock.codesourcery.com> from "Mark Mitchell" at Nov 29, 2001 10:19:55 AM 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/msg01075.txt.bz2 > Please remember that Dec 1. is the freeze date for changes going into > GCC 3.0.3. Non-documentation changes will require my approval after > that point. > > I have received some important bug reports from people. I will be > posting a list of those shortly. We will try to fix these before the > release if possible. 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: mark@codesourcery.com (Mark Mitchell) Cc: gcc@gcc.gnu.org Subject: Re: GCC 3.0.3 Date: Thu, 29 Nov 2001 11:51:00 -0000 Message-ID: <200111291934.LAA07213@atrus.synopsys.com> References: <13880000.1007057994@warlock.codesourcery.com> X-SW-Source: 2001-11/msg01576.html Message-ID: <20011129115100.FTavoEcVMacnplBac4RBfo8050eJs04lE1P4-fgOHrM@z> > Please remember that Dec 1. is the freeze date for changes going into > GCC 3.0.3. Non-documentation changes will require my approval after > that point. > > I have received some important bug reports from people. I will be > posting a list of those shortly. We will try to fix these before the > release if possible. 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.