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


yebblies <yebbl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebbl...@gmail.com


--- Comment #2 from yebblies <yebbl...@gmail.com> 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