DMD 2.066 druntime looks broken...
Iain Buclaw via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 24 14:35:35 PDT 2014
On 24 September 2014 19:22, Iain Buclaw via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> I don't know how DMD compiles rt.lifetime successfully.
>
> https://github.com/D-Programming-Language/druntime/search?utf8=%E2%9C%93&q=_d_monitordelete
>
> It should error with 'undefined identifier _d_monitordelete' - but no, that
> would be the obvious thing to do.
>
> Iain
>
Another weird one that has me for the moment stumped...
https://github.com/D-Programming-Language/druntime/search?utf8=%E2%9C%93&q=callWithStackShell%28scope&type=Code
callWithStackShell is marked nothrow, yet it's delegate parameter 'fn'
is not nothrow!
Bonus points, D inline assembly in a nothrow function.
Iain.
More information about the Digitalmars-d
mailing list