This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] except.c: Remove duplicate_eh_regions and its children.
- From: Richard Henderson <rth at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 6 Oct 2004 17:01:28 -0700
- Subject: Re: [patch] except.c: Remove duplicate_eh_regions and its children.
- References: <20041006.180951.59465718.kazu@cs.umass.edu>
On Wed, Oct 06, 2004 at 06:09:51PM -0400, Kazu Hirata wrote:
> Bootstrapped on i686-pc-linux-gnu. OK to apply?
No.
Matt Austern (or was it Dale Johannesen?) is working on doing
tree-based inlining after optimization. And this will require
manipulating decomposed eh regions, just like this.
r~