This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Fix kill_redundant_phi_nodes
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 13 Feb 2004 15:08:14 +0100
- Subject: Re: [tree-ssa] Fix kill_redundant_phi_nodes
- References: <1076671504.3252.29.camel@localhost.localdomain>
Hello,
> Zdenek, this only happens with the patch you gave which I presume is
> going to the LNO branch.
it is actually the patch for merging loop header copying from lno-branch
to tree-ssa-branch (I have sent it for review now that it passes
bootstrap & regtesting).
> Is the test case from the testsuite?
No, it is from one of gcc source files on that it used to crash during
bootstrap.
> If not, I'll just add it.
Zdenek