digitalmars.D.bugs - [Issue 766] New: dmd.exe crash
- d-bugmail puremagic.com (22/22) Dec 29 2006 http://d.puremagic.com/issues/show_bug.cgi?id=766
- d-bugmail puremagic.com (11/11) Dec 31 2006 http://d.puremagic.com/issues/show_bug.cgi?id=766
- d-bugmail puremagic.com (9/9) Jan 03 2007 http://d.puremagic.com/issues/show_bug.cgi?id=766
http://d.puremagic.com/issues/show_bug.cgi?id=766 Summary: dmd.exe crash Product: D Version: 0.178 Platform: PC OS/Version: Windows Status: NEW Severity: blocker Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: boris.kolar globera.com The following program crashes the compiler (v 0.178): module Bug; struct Foo { static Foo opCall() { return Foo.init; } private char[] _a; private bool _b; } --
Dec 29 2006
http://d.puremagic.com/issues/show_bug.cgi?id=766 thomas-dloop kuehne.cn changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows |All Added to DStress as http://dstress.kuehne.cn/run/o/opCall_03_A.d http://dstress.kuehne.cn/run/o/opCall_03_B.d http://dstress.kuehne.cn/run/o/opCall_03_C.d --
Dec 31 2006
http://d.puremagic.com/issues/show_bug.cgi?id=766 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed DMD 1.00 --
Jan 03 2007