http://d.puremagic.com/issues/show_bug.cgi?id=6145
Summary: Meaningless second error message for complex size of
static array
Product: D
Version: D1 & D2
Platform: All
OS/Version: All
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from yebblies <[email protected]> 2011-06-10 20:09:02 PDT ---
char[1+1i] a;
testx.d(1): Error: cannot implicitly convert expression ((1+1i)) of type
cdouble
to uint
testx.d(1): Error: index 1 overflow for static array
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------