http://d.puremagic.com/issues/show_bug.cgi?id=929
------- Comment #15 from [EMAIL PROTECTED] 2008-10-21 12:40 -------
Just to make the patch more explicit: Adding
int TypeAArray::isZeroInit()
{
return 1;
}
to mtype.c and the matching prototype to mtype.h fixes it. Tested in LDC.
--
