This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] crash in coalesce_abnormal_edges, merge frommainline?
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: Gerald Pfeifer <gerald at pfeifer dot com>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: 10 Sep 2003 10:41:40 -0400
- Subject: Re: [tree-ssa] crash in coalesce_abnormal_edges, merge frommainline?
- References: <200309101435.h8AEZrYa009148@speedy.slc.redhat.com>
On Wed, 2003-09-10 at 10:35, law@redhat.com wrote:
> In message <Pine.BSF.4.56.0309101345290.61336@acrux.dbai.tuwien.ac.at>, Gerald
> Pfeifer writes:
> >Who might be interested in the following crash?
> >
> > parser.c: In function `int yyparse()':
> > parser.c:3724: internal compiler error: in coalesce_abnormal_edges, at
> > tree-ssa.c:1260
> >
> >I cannot publish sources, but will happilly provide the .ii file to any
> >developer who wants to have a look.
> Go ahead and send it to me. I'm aware of a case where this can happen and
> actually have some code to fix it. Running your test though a compiler
> with my fix should be pretty trivial.
Its a PRE bug.... update to follow.. Im simply checking a second oddity
with it..
Andrew