[Issue 2198] New: Segfault
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 6 23:56:49 PDT 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 at digitalmars.com
ReportedBy: clugdbug at yahoo.com.au
/*
bug.d(4): Error: Array operations not implemented
SEGFAULT
*/
void b(int [] a) {
b(a + a);
}
--
More information about the Digitalmars-d-bugs
mailing list