DMD 2.066 druntime looks broken...

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 25 17:32:47 PDT 2014


On 09/24/2014 11:35 PM, Iain Buclaw via Digitalmars-d wrote:
> callWithStackShell is marked nothrow, yet it's delegate parameter 'fn'
> is not nothrow!

https://github.com/D-Programming-Language/druntime/pull/966

> Bonus points, D inline assembly in a nothrow function.

Marking asm as throwing by default doesn't make too much sense IMO,
because it's fairly difficult to throw from iasm (never seen it) and the 
main point about iasm is full control.
So why not simply trust the programmer decision here?


More information about the Digitalmars-d mailing list