www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Internal error: ..\ztc\cod1.c 2504 (dmd 0.131 win32)

reply zwang <nehzgnaw gmail.com> writes:
class C{
     C[1] c;
     this(){
         c ~= c;
     }
}
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 ~= c;
     }
 }
Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_cod1_2504_A.d http://dstress.kuehne.cn/nocompile/b/bug_cod1_2504_B.d http://dstress.kuehne.cn/nocompile/b/bug_cod1_2504_C.d http://dstress.kuehne.cn/run/b/bug_cod1_2504_D.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFDLBEy3w+/yD4P9tIRAmiuAKDMgewaTRGjUcAJWQnOXC7olzZ/BwCgxFMB fm+he7QJrZXQUSSIyE5PkP4= =367B -----END PGP SIGNATURE-----
Sep 17 2005