www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - typeinfo crashes dmd

reply Wang Zhen <nehzgnaw gmail.com> writes:
struct s{} void main(){ s.typeinfo; }
//crashes dmd 0.147
Feb 17 2006
parent Thomas Kuehne <thomas-dloop kuehne.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Wang Zhen schrieb am 2006-02-17:
 struct s{} void main(){ s.typeinfo; }
 //crashes dmd 0.147
Added to DStress as http://dstress.kuehne.cn/nocompile/t/typeinfo_01_A.d http://dstress.kuehne.cn/nocompile/t/typeinfo_01_B.d http://dstress.kuehne.cn/nocompile/t/typeinfo_01_C.d http://dstress.kuehne.cn/nocompile/t/typeinfo_01_D.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFD9trg3w+/yD4P9tIRAtskAKCb7mv+lKsfIAe+75QGl1YyKdReHwCeO93p gVP4RxiHYvnhLqGVVXvJLEY= =Fw2d -----END PGP SIGNATURE-----
Feb 18 2006