This is the mail archive of the gcc@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] 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~


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