Bug 9014 – ICE(glue.c) line 1225: with array.front and missing array
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-11-12T20:25:00Z
Last change time
2012-11-14T08:16:46Z
Keywords
ice, pull
Assigned to
nobody
Creator
bearophile_hugs
Comments
Comment #0 by bearophile_hugs — 2012-11-12T20:25:06Z
foo() is reduced from array.front:
@property ref int foo(int[] a) {
return a[0];
}
void main() {
int[] bar;
bar.foo = missing.foo;
}
DMD 2.061alpha prints:
Assertion failure: '0' on line 1225 in file 'glue.c'