[Issue 653] New: AAs are slightly broken

Thomas Kuehne thomas-dloop at kuehne.cn
Wed Dec 6 04:07:09 PST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

d-bugmail at puremagic.com schrieb am 2006-12-05:
> http://d.puremagic.com/issues/show_bug.cgi?id=653

> import std.stdio;
>
> void main() 
> {
>         int[uint] aa;
>
>         aa[1236448822] = 0;
>         aa[2716102924] = 1;
>         aa[ 315901071] = 2;
>
>         aa.remove(1236448822);
>         writefln(aa[2716102924]);
> }
>
>========================
>
> The reason it happens is in aaA.d:

<snip>

Added to DStress as
http://dstress.kuehne.cn/run/a/associative_array_20_A.d

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFFdrJSLK5blCcjpWoRAjQdAKCS9JQ83XzP4+sZauiiWoSh+AJLwACfdicv
KCf6KvzSB+CXziDxqTaloJg=
=4Zse
-----END PGP SIGNATURE-----



More information about the Digitalmars-d-bugs mailing list