← Back to index
|
Original Bugzilla link
Bug 2055 – (ICE) Compiler crash on struct initializer with too many elements
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2008-04-28T18:34:00Z
Last change time
2015-06-09T01:19:24Z
Keywords
ice-on-invalid-code
Assigned to
bugzilla
Creator
bruno.do.medeiros+deebugz
Comments
Comment #0
by bruno.do.medeiros+deebugz — 2008-04-28T18:34:34Z
Compiler crash on struct initializer with too many elements: ---- ---- struct Struct { char* chptr; } void main() { char ch = 'd'; invariant Struct iStruct = {1, &ch}; }
Comment #1
by bugzilla — 2008-05-22T05:02:05Z
Fixed dmd 1.030 and 2.014