http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294
--- Comment #7 from Jan Hubicka <hubicka at ucw dot cz> --- > The fix is to preserve this "nonthrowing". That's how I made it work Yes, this was my first tought, too. > for the abnormal edge case. Thus, wrap it in a NOTHROW region? I think we would have to invent it, since we have only must_not_throw. Let me analyze this a bit furhter. Honza