http://d.puremagic.com/issues/show_bug.cgi?id=11086
Summary: dmd segfault
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Zhouxuan <[email protected]> 2013-09-21 10:18:10 PDT ---
//test.d
struct A
{
foo!(A) l1,l2;
}
dmd -main test.d will segfault
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------