[Issue 587] DMD crashes compiling char[][] initialization

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 23 06:28:18 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=587





------- Comment #1 from lio at lunesu.com  2006-11-23 08:28 -------
You should use []:
char[][] Level2Text = ["LOW", "MEDIUM", "HIGH"];

But I can confirm the ICE in DMD 0.174 in Windows:

parse     tt
semantic  tt
semantic2 tt
*crash*


-- 




More information about the Digitalmars-d-bugs mailing list