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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 8 10:59:19 PDT 2014


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

--- Comment #5 from Orvid King <blah38621 at gmail.com> ---
I would agree that assuming asm statements always throw is not exactly useful, 
especially as the inline asm statements are there for performance. Is there 
some way that either the compiler could check to see if the asm actually 
throws, or else for the user to tell the compiler that an ASM statement doesn't 
throw?

--


More information about the Digitalmars-d-bugs mailing list