www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Internal error: e2ir.c 2452 (dmd 0.131 win32)

reply zwang <nehzgnaw gmail.com> writes:
class C{
     C[1] c;
     this(){
         c ~= this;
     }
}
Sep 17 2005
parent =?ISO-8859-1?Q?Thomas_K=FChne?= <thomas-dloop kuehne.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

zwang schrieb:
 class C{
     C[1] c;
     this(){
         c ~= this;
     }
 }
Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_e2ir_2452_A.d http://dstress.kuehne.cn/run/b/bug_e2ir_2452_B.d http://dstress.kuehne.cn/nocompile/b/bug_e2ir_2452_C.d http://dstress.kuehne.cn/nocompile/b/bug_e2ir_2452_D.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFDLA8i3w+/yD4P9tIRAotMAKCWtd/8OJ3HoBiTv94Ny9HzpZ7nMgCfZQGR TesjmvusBaX//daawvxEmi0= =gMvn -----END PGP SIGNATURE-----
Sep 17 2005