https://d.puremagic.com/issues/show_bug.cgi?id=11728


yebblies <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #2 from yebblies <[email protected]> 2013-12-13 01:52:53 EST ---
Same sort of thing as issue 11375 - the nothrow inference/checking in
FuncDeclaration::semantic is a mess.  The general problem is the compiler
checks/infers nothrowness, then adds more stuff to the function body.  The
error occurs because later the compiler uses blockExit(tf->isnothrow) to decide
if the profiling exit code needs to be wrapped in a try-finally or not.

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

Reply via email to