[Issue 3849] [missing error] Array literal length doesn't match
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 24 02:10:50 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3849
--- Comment #1 from bearophile_hugs at eml.cc 2010-02-24 02:10:50 PST ---
This is a similar bug, but the causes seem different (I don't know if in this
case I have to file a new bug report). This program:
void main() {
struct S { int x; }
S[2] a = [{1}, {2}, {3}];
}
Seems to crash DMD with this error message:
Assertion failure: 'j < edim' on line 444 in file 'init.c'
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list