This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: replace_ssa_names abort that started last week
- From: Jeffrey A Law <law at redhat dot com>
- To: Bradley Lucier <lucier at math dot purdue dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 10 Jun 2004 22:34:17 -0600
- Subject: Re: replace_ssa_names abort that started last week
- Organization: Red Hat, Inc
- References: <BDB87FE2-AF88-11D8-A84E-003065BA681E@math.purdue.edu>
- Reply-to: law at redhat dot com
On Wed, 2004-05-26 at 20:51, Bradley Lucier wrote:
> Jeff (and others);
>
> PR 15643 began last week some time, which correlates when you were
> making changes to the tree optimization code. There are short testcases
> in C and Java that fail on multiple platforms; perhaps this could be
> investigated while the problem is still fresh.
It's a bug in the code to kill redundant phi nodes. It's trying to
propagate away a PHI node with an argument associated with an
abnormal edge (the PHI's destination is also associated with an
abnormal edge).
I'll poke at it some more in parallel with the PPC problem I'm
working on...
jeff
>
> Brad