http://d.puremagic.com/issues/show_bug.cgi?id=4494
Summary: [ICE] Array literal filled with results of void
function
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2010-07-23 09:59:30 PDT ---
void foo() {}
void main() {
[foo];
}
Dmd 2.047 prints:
Internal error: ..\ztc\cod1.c 2650
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------