[Issue 7284] New: ICE: Assertion failure: 'semanticstarted == 2' on line 844 in file 'module.c

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 12 17:41:49 PST 2012


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: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list