February 17, 2006
const int t = .t; int main(){return t;}
//Internal error: e2ir.c 736 (dmd 0.147)
February 17, 2006
Wang Zhen schrieb am 2006-02-17:
> const int t = .t; int main(){return t;}
> //Internal error: e2ir.c 736 (dmd 0.147)

Added to DStress as http://dstress.kuehne.cn/nocompile/c/const_33_A.d http://dstress.kuehne.cn/nocompile/c/const_33_B.d http://dstress.kuehne.cn/nocompile/c/const_33_C.d http://dstress.kuehne.cn/nocompile/c/const_33_D.d http://dstress.kuehne.cn/nocompile/c/const_33_E.d http://dstress.kuehne.cn/nocompile/c/const_33_F.d

Thomas