[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 20:05:09 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8583



--- Comment #2 from edmccard at verizon.net 2012-08-24 20:05:06 PDT ---
(In reply to comment #1)
> From my tests, the problem occurs whenever keytype.sizeof <= 8, for any value
> type.

Spoke too soon; the problem is not that simple, or does not depend solely on
the size of the key type. For example, string[uint[3]] works but
ushort[uint[3]] fails, ushort[uint[4]] works, but both string[uint[5]] and
ushort[uint[5]] fail. (replace uint[x] with a struct of the same size, and the
same things happen).

Sorry for the noise.

-- 
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