This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Gimplifying Java
- From: Jason Merrill <jason at redhat dot com>
- To: law at redhat dot com
- Cc: Jeff Sturm <jsturm at one-point dot com>, Andrew MacLeod <amacleod at redhat dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 13 Jun 2003 09:47:00 -0400
- Subject: Re: [tree-ssa] Gimplifying Java
- References: <200306121944.h5CJikST021004@speedy.slc.redhat.com>
On Thu, 12 Jun 2003 13:44:46 -0600, law@redhat.com wrote:
> In message <Pine.LNX.4.44.0306121423430.29627-100000@ops2.one-point.com>, Jeff
> Sturm writes:
> >Similar for BB10->BB12. BB9->BB12 looks like a valid edge, but it is
> >also within the try/catch block. So now I know where to look...
> Let me know what you find. I'm about to dive back into the EH CFG
> stuff (where I suspect we've got at least one latent bug). If
> I've got your analysis handy I can factor it into my cleanup work
> and hopefully resolve your problem.
FYI, the EH CFG patch I sent you a while back also removes a number of
unnecessary edges from make_ctrl_stmt_edges.
Jason