Freeze when resizing dynamic arrays of associative arrays

morrog billcoder at gmail.com
Mon Apr 14 15:04:07 PDT 2008


The follow code freezes:

--------------------------
char[][char[]][] b;

b.length = 100;

--------------------------

I compile with gdc-4.1 (0.25-4.1.2-16ubuntu1)
I've also tried it with a dmd installation, and had the same problem.

Is this a bug in the compiler or am I doing something wrong?

Thank you,
Bill


More information about the Digitalmars-d-bugs mailing list