[Issue 4082] nothrow main() can throw

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 15 03:05:28 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=4082



--- Comment #4 from Marco Leise <Marco.Leise at gmx.de> 2012-08-15 03:05:26 PDT ---
Ok I think I have fixed it. The original case was due to try-finally-statements
not checking their finally section for thrown exceptions. And the goto made it
so that the destructor call got wrapped in a try-finally where it was hidden
from the compilers eyes.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list