http://d.puremagic.com/issues/show_bug.cgi?id=1914
Jason Spashett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.030 |1.051 --- Comment #6 from Jason Spashett <[email protected]> 2009-11-09 02:58:45 PST --- Still present. To restate the bug, here is a unit test, that should not fail: unittest { struct A { const char[10] i = [0,0,0,0,0,0,0,0,0,0]; char[10] x = i; int y=5; } A a; assert(a.y==5, "bug #1914 present"); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
