This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Another EH cfg cleanup PATCH
- From: Jason Merrill <jason at redhat dot com>
- To: law at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 May 2003 22:54:37 -0400
- Subject: Re: [tree-ssa] Another EH cfg cleanup PATCH
- References: <200305300122.h4U1MaAu014962@speedy.slc.redhat.com>
On Thu, 29 May 2003 19:22:36 -0600, law@redhat.com wrote:
> And how would I identify such TRY_CATCH_EXPRs? By the lack of a
> CATCH_EXPR in operand 1 of the TRY_CATCH_EXPR?
More or less, though you also have to check for EH_FILTER_EXPR, and the
CATCH_EXPR might be wrapped in a COMPOUND_EXPR. The simplest thing would
be to use get_eh_region_type from the patch I sent you.
Jason