[Issue 8583] AA ushort[dchar] byValue range is corrupted on x86_64
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 24 19:40:41 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8583
edmccard at verizon.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |edmccard at verizon.net
--- Comment #1 from edmccard at verizon.net 2012-08-24 19:40:31 PDT ---
>From my tests, the problem occurs whenever keytype.sizeof <= 8, for any value
type. For example, ushort[string], ushort[uint[3]] and ushort[Foo] are ok,
where
struct Foo { int x; int y; int z; }
but ushort[uint], ushort[uint[2]] and ushort[Bar] fail, where
struct Bar { int x; int y; }
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list