http://d.puremagic.com/issues/show_bug.cgi?id=9951
Summary: DMD segfaults on indirect selective circular import
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Nick Sabalausky <[email protected]> 2013-04-17
14:54:40 PDT ---
a.d:
-----------
import b;
import foo;
-----------
b.d:
-----------
import a : func;
-----------
foo.d:
-----------
void func(){}
-----------
$ dmd a.d
Segmentation fault
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------