[Issue 11471] [profile+nothrow] `asm` statements rejected in `nothrow` functions if built with "-profile"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jun 7 22:18:55 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=11471

yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com

--- Comment #4 from yebblies <yebblies at gmail.com> ---
This really should be generating the same error with and without profile.  I
have no idea why it doesn't.  For some reason the function's type is not marked
as nothrow until _after_ the first time blockExit is run on it.

--


More information about the Digitalmars-d-bugs mailing list