search for: cp_protect_cleanup_act

Displaying 2 results from an estimated 2 matches for "cp_protect_cleanup_act".

2007 Dec 08
4
[LLVMdev] Darwin vs exceptions
...mply removing the code that does this: Index: cp/except.c =================================================================== --- cp/except.c (revision 44663) +++ cp/except.c (working copy) @@ -104,7 +104,7 @@ lang_eh_runtime_type = build_eh_type_type; lang_protect_cleanup_actions = &cp_protect_cleanup_actions; /* LLVM local */ - lang_eh_catch_all = return_null_tree; +/* lang_eh_catch_all = return_null_tree;*/ } /* Returns an expression to be executed if an unhandled exception is and that works well for me; i.e., the gcc tests that exercise exceptions work as well with the two patches a...
2007 Dec 08
0
[LLVMdev] Darwin vs exceptions
...is: > > Index: cp/except.c > =================================================================== > --- cp/except.c (revision 44663) > +++ cp/except.c (working copy) > @@ -104,7 +104,7 @@ > lang_eh_runtime_type = build_eh_type_type; > lang_protect_cleanup_actions = &cp_protect_cleanup_actions; > /* LLVM local */ > - lang_eh_catch_all = return_null_tree; > +/* lang_eh_catch_all = return_null_tree;*/ > } > > /* Returns an expression to be executed if an unhandled exception is > > and that works well for me; i.e., the gcc tests that exercise > except...