http://d.puremagic.com/issues/show_bug.cgi?id=9573
Summary: Spurious _error_ in diagnostic
Product: D
Version: 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 Andrej Mitrovic <[email protected]> 2013-02-22
11:56:29 PST ---
void main()
{
alias int[1000000000] T;
pragma(msg, T);
}
$ dmd test.d
> test.d(5): Error: index 1000000000 overflow for static array
> _error_
The "_error_" part should not appear.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------