[Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 8 09:44:15 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=929
------- Comment #10 from default_357-line at yahoo.de 2007-09-08 11:44 -------
Update: The underlying issue seems to be that the wrong version of
_d_arraysetlength gets called - for zero initializers it should be ...lengthT
but ...lengthiT is what ends up being called in this case. Seems to be a
compiler bug of sorts.
--
More information about the Digitalmars-d-bugs
mailing list