DMD 2.066 druntime looks broken...

Iain Buclaw via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 26 02:55:47 PDT 2014


On 26 September 2014 01:32, Martin Nowak via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> 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?


OK then:

https://github.com/D-Programming-Language/dmd/pull/4030


More information about the Digitalmars-d mailing list