February 06, 2006
The following declaration causes DMD 0.145 to crash.

const c = 1uL-1;

DMD 0.143 compiles it without errors.  Tested on WinXP SP2.
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
February 11, 2006
Artem Rebrov schrieb am 2006-02-06:
> The following declaration causes DMD 0.145 to crash.
>
> const c = 1uL-1;
>
> DMD 0.143 compiles it without errors.  Tested on WinXP SP2.

Added to DStress as http://dstress.kuehne.cn/nocompile/c/const_31.d

Thomas