http://d.puremagic.com/issues/show_bug.cgi?id=7284
Summary: ICE: Assertion failure: 'semanticstarted == 2' on line
844 in file 'module.c
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Andrej Mitrovic <[email protected]> 2012-01-12
17:41:48 PST ---
module test;
class Module
{
static void compileObjs()
{
import std.parallelism;
}
}
void main() { }
dmd -release -inline -noboundscheck test.d
This only happens if *all* of these switches are present.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------