Freeze when resizing dynamic arrays of associative arrays

Jarrett Billingsley kb3ctd2 at yahoo.com
Mon Apr 14 16:17:54 PDT 2008


"morrog" <billcoder at gmail.com> wrote in message 
news:fu0kcn$2fpe$1 at digitalmars.com...
> 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

It's been reported many times, though I can't give you the bugzilla index 
off the top of my head.  It's a bug. 




More information about the Digitalmars-d-bugs mailing list