This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Another EH cfg cleanup PATCH


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]