On Tuesday 06 October 2015 17:39, Ali Çehreli wrote:

> I would expect the following to work:
> 
>      writeln( -9_223_372_036_854_775_808L);
> 
> But it doesn't compile:
> 
>    Error: signed integer overflow
> 
> It looks like a compiler bug to me. If so, a very embarrassing one. :)

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

Reply via email to