www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14446] New: ICE on invalid import

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 puremagic.com
          Reporter: ketmar 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;
}

--
Apr 13 2015