www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D bug report

reply Matt Watkins <Matt_member pathlink.com> writes:
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

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
Jul 10 2005
parent pragma <pragma_member pathlink.com> writes:
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
Jul 10 2005