http://d.puremagic.com/issues/show_bug.cgi?id=8586

           Summary: [ICE] (module.c, line 829) with -noboundscheck and
                    local import
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: bearophile_h...@eml.cc


--- Comment #0 from bearophile_h...@eml.cc 2012-08-25 18:53:39 PDT ---
void main() {
    import std.stdio;
    writeln();
}


Compiled with:

dmd -release -inline -noboundscheck test.d

DMD 2.061alpha:

Assertion failure: 'semanticstarted == 2' on line 829 in file 'module.c'

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to