digitalmars.D.bugs - Bug in D
- Matt Watkins (8/8) Jul 11 2005 void main(char [][] args)
- Deewiant (2/14) Jul 12 2005 Update to DMD v .128, it fixes this bug.
void main(char [][] args) { char [][] newarray; newarray ~= "abcdefg" ~ ' '; } Line 4 causes the compiler to say this: Internal error: ..\ztc\cgcs.c 353 for D compiler v .127
Jul 11 2005
Matt Watkins wrote:void main(char [][] args) { char [][] newarray; newarray ~= "abcdefg" ~ ' '; } Line 4 causes the compiler to say this: Internal error: ..\ztc\cgcs.c 353 for D compiler v .127Update to DMD v .128, it fixes this bug.
Jul 12 2005