[Issue 2199] New: Segfault using array operation in function call
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 6 23:57:22 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2199
Summary: Segfault using array operation in function call
Product: D
Version: 1.031
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: ice-on-invalid-code
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