www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17306] New: dmd segfault on package imports

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

          Issue ID: 17306
           Summary: dmd segfault on package imports
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: maximzms gmail.com

Test:
a/root/fail.d:  import root.core;
b/root/core/base/package.d:  (empty)
b/root/core/package.d:  import root.core.base;

Compiler version:
DMD64 D Compiler v2.075.0-devel-522263965

Compilation command:
dmd a/root/fail.d -Ib

Output:
Segmentation fault

Backtrace:














--
Apr 08 2017