------- Comment #8 from jason at gcc dot gnu dot org 2006-08-01 02:13 ------- Created an attachment (id=11985) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11985&action=view) libstdc++ patch to prevent ... from catching forced unwird
Finally, this patch stops ... from catching forced unwind, as specified by the ABI. I think the catch (abi::__forced_unwind &) patch should be uncontroversial, and works well with either solution to the catch (...) problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28145