July 07, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2198

           Summary: Segfault
           Product: D
           Version: 1.031
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: clugdbug@yahoo.com.au


/*
bug.d(4): Error: Array operations not implemented
SEGFAULT
*/

void b(int [] a) {
    b(a + a);
}


-- 

July 07, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2198


clugdbug@yahoo.com.au changed:

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




------- Comment #1 from clugdbug@yahoo.com.au  2008-07-07 01:59 -------
Aargh. Hit enter by mistake. Ignore this.


--