[Issue 14446] New: ICE on invalid import

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 13 18:35:21 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14446

          Issue ID: 14446
           Summary: ICE on invalid import
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: ketmar at ketmar.no-ip.org

dmd ices with the following command line:

dmd -c -o- tinycdb.d tinycdbmk.d


=== tinycdb.d ===
module iv;
struct CDB {}


=== tinycdbmk.d ===
struct CDBMaker {
import tinycdb;
}

--


More information about the Digitalmars-d-bugs mailing list