Bug 7500 – [ICE] (template.c line 5287) with immutable lambda function
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2012-02-13T20:49:00Z
Last change time
2012-02-27T12:11:46Z
Keywords
ice, pull, rejects-valid
Assigned to
nobody
Creator
bearophile_hugs
Comments
Comment #0 by bearophile_hugs — 2012-02-13T20:49:10Z
void main() {
alias immutable bool function(int[]) Foo;
Foo f = a => true;
}
DMD 2.058beta3:
Assertion failure: 'global.errors' on line 5287 in file 'template.c'
Comment #1 by bearophile_hugs — 2012-02-20T14:53:25Z