digitalmars.D - D bug report
- Matt Watkins (14/14) Jul 10 2005 I am not sure where to post this, but I found a bug in D.
- pragma (4/6) Jul 10 2005 Matt,
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
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








pragma <pragma_member pathlink.com>