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: catch(...) and forced unwind


On Fri, Dec 12, 2003 at 06:37:54PM -0600, Benjamin Kosnik wrote:
> Then people could use __set_cancellation above with these new functions:
[...]
> void __rethrow_cancellation() { __throw_exception_again; }

This one doesn't work, for the reason that Jason gave earlier:
we've already committed to deleting the exception.  If we want
to rethrow, then we have to hook into __cxa_end_catch.


r~


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