This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Representing EH in GENERIC
On Wed, Nov 27, 2002 at 07:01:17PM -0500, Jason Merrill wrote:
> I actually meant that regardless of whether or not they have separate tree
> codes. If there are distinct tree codes, they would still go in the
> handler operand of the TRY_CATCH_EXPR, the idea being that the notion of an
> EH region can be separated from what you do if you see an exception.
I guess that seems reasonable.
r~