D.gnu - concat string literal to char
- Carlos Santander (15/15) Sep 22 2005 This file:
- =?ISO-8859-1?Q?Thomas_K=FChne?= (4/21) Sep 24 2005 Added to DStress as
This file: //----------- int main(char [][] args) { char [] foo; foo="<"~foo[0]; return 0; } //----------- Produces: err.d: In function `main': err.d:4: internal compiler error: in rawArray, at d/d-codegen.cc:981 Using gdc 0.15, Mac OS X 10.3.9. -- Carlos Santander Bernal
Sep 22 2005
Carlos Santander schrieb:This file: //----------- int main(char [][] args) { char [] foo; foo="<"~foo[0]; return 0; } //----------- Produces: err.d: In function `main': err.d:4: internal compiler error: in rawArray, at d/d-codegen.cc:981 Using gdc 0.15, Mac OS X 10.3.9.Added to DStress as http://dstress.kuehne.cn/run/b/bug_d_codegen_981_A.d Thomas
Sep 24 2005