digitalmars.D.bugs - dmd: expression.c:4878: virtual Expression* MinAssignExp::semantic(Scope*): Assertion `e2->type->isfloating()' failed.
- Thomas Kuehne <thomas-dloop kuehne.cn> Nov 05 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
# struct X{
# float a;
# }
#
# void main(){
# X x;
# float a;
#
# a -= x;
# }
Added to DStress as
http://dstress.kuehne.cn/nocompile/o/op*Assign_18_A.d
...
http://dstress.kuehne.cn/nocompile/o/op*Assign_18_P.d
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFDbHZv3w+/yD4P9tIRAjMyAJ99go9Si43Lp0vFszmNSi3gXoFXJQCfTK8C
MoNgzDiS/Sfxh3bYzOQNP6Y=
=ILlP
-----END PGP SIGNATURE-----
Nov 05 2005








Thomas Kuehne <thomas-dloop kuehne.cn>