Thread overview
[Issue 766] New: dmd.exe crash
Dec 29, 2006
d-bugmail
Dec 31, 2006
d-bugmail
Jan 04, 2007
d-bugmail
December 29, 2006
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;
}


-- 

December 31, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=766


thomas-dloop@kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows                     |All




------- Comment #1 from thomas-dloop@kuehne.cn  2006-12-31 08:47 -------
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


-- 

January 04, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=766


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from bugzilla@digitalmars.com  2007-01-03 22:53 -------
Fixed DMD 1.00


--