This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.3
- From: Joe Buck <jbuck at synopsys dot COM>
- To: mark at codesourcery dot com (Mark Mitchell)
- Cc: jbuck at synopsys dot COM (Joe Buck), gcc at gcc dot gnu dot org (gcc at gcc dot gnu dot org)
- Date: Thu, 29 Nov 2001 13:51:04 -0800 (PST)
- Subject: Re: GCC 3.0.3
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 <lerdsuwa@users.sourceforge.net>
> >
> > * 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