www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 766] New: dmd.exe crash

reply d-bugmail puremagic.com writes:
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
next sibling parent d-bugmail puremagic.com writes:
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
prev sibling parent d-bugmail puremagic.com writes:
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