<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 5, 2016 at 12:57 AM, Carlo Kok <span dir="ltr"><<a href="mailto:ck@remobjects.com" target="_blank">ck@remobjects.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also, unless you absolutely need to be compatible with MSVC exceptions,<br>
don't use funclets for your new personality. Use landingpads. They are<br>
better and will get you better code.<br>
</blockquote>
<br></span>
ah ke, but landingpads won't let me catch SEH exceptions will they?</blockquote><div><br></div><div>You can build a personality function similar to __gxx_personality_seh0 that calls filter functions, and then resumes control at the appropriate landingpad. You'd need to build out something similar to _Unwind_Resume or use mingw's from libgcc to implement successive unwinding for finally.</div></div></div></div>