This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] C++ CFG issue
On Tue, Mar 18, 2003 at 03:33:52PM -0700, law at redhat dot com wrote:
> except.c would need to know about the special handling of copied
> CATCH_BLOCKs at the exit points of the TRY_BLOCK if we go that
> direction.
At present except.c knows nothing about this, because that's
what the current rtl expanders do themselves. I.e. we only
have the equivalent of TRY_CATCH_EXPRs. Everything else is
handled by expand_goto.
r~