[Issue 4184] associative array with certain key types results in corrupt values during iteration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 13 11:02:11 PDT 2010


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


Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|druntime                    |DMD
         AssignedTo|sean at invisibleduck.org      |nobody at puremagic.com


--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> 2010-05-13 11:02:08 PDT ---
wow, nevermind, it is probably dmd.

Compiling this simple function results in pages and pages of AA functions in
disassembly, I'm not sure if druntime has anything to do with this bug.

void foo(uint[ushort] aa)
{
    foreach(ushort k, uint v; aa)
    {
    }
}

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