July 11, 2005
I am not sure where to post this, but I found a bug in D.

void main(char [][] args)
{
char [][] newarray;
newarray ~= "abcdefg" ~ ' ';
}

Line 4 causes the compiler to say this:

Internal error: ..\ztc\cgcs.c 353

I am quite sure that I have the latest version of D, I updated just last week. I think my version # is 127. I did a google search to see if the bug was already reported, and it looks like there is a place for bug reports, but I didn't see a post new report link. Please let me know if I posted this in the wrong spot, and I will delete this post and move it to the correct place. Thanks.

Matt Watkins


July 11, 2005
In article <dasp1h$52k$1@digitaldaemon.com>, Matt Watkins says...
>Please let me know if I posted this in the wrong spot, and
>I will delete this post and move it to the correct place. Thanks.

Matt,
You probably want to post this in "digitalmars.D.bugs" instead. :)

- EricAnderton at yahoo