[Issue 6894] New: [ICE] (backend\cod1.c 1737) with immutable and static
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 5 04:07:25 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6894
Summary: [ICE] (backend\cod1.c 1737) with immutable and static
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2011-11-05 04:06:51 PDT ---
int foo(int[1]) {
return 1;
}
void main() {
immutable int[1] array = [0];
static int perms = foo(array);
}
DMD 2.057head gives:
Internal error: backend\cod1.c 1737
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list