digitalmars.D.bugs - foreach after bit[]=0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The following code produces a segfaulting executeable on Linux.
#
# bit[] b;
# int[] i;
#
# b[]=false;
#
# forach(int a; i){}
#
Test cases:
http://dstress.kuehne.cn/run/foreach_25.d
http://dstress.kuehne.cn/run/foreach_26.d
http://dstress.kuehne.cn/run/foreach_27.d
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFCTHpi3w+/yD4P9tIRAhseAKCA3LO3Ch2lPv4k1hZy8btItwEUKQCffi94
R/1x17RyU3lGZaqOR4DWpXg=
=nMSp
-----END PGP SIGNATURE-----
Mar 31 2005








Thomas Kuehne <thomas-dloop kuehne.thisisspam.cn>