← Back to index
|
Original Bugzilla link
Bug 12011 – "Internal Compiler Error: Null field" on CTFE method call on .init
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-27T03:52:00Z
Last change time
2014-04-18T08:38:36Z
Keywords
CTFE, ice, pull
Assigned to
nobody
Creator
dlang-bugzilla
Comments
Comment #0
by dlang-bugzilla — 2014-01-27T03:52:40Z
struct S { int f() { return i; } enum e = this.init.f(); int i, j; }
Comment #1
by k.hara.pg — 2014-04-17T12:39:46Z
https://github.com/D-Programming-Language/dmd/pull/3466
Comment #2
by github-bugzilla — 2014-04-18T08:38:36Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/1218b08340de6b8638b79ea8d982786599f72a4b
fix Issue 12011 - "Internal Compiler Error: Null field" on CTFE method call on .init
https://github.com/D-Programming-Language/dmd/commit/0d65823c35c45b69e082cb482b2c828ceeefcbff
Merge pull request #3466 from 9rnsr/fix12011 Issue 12011 - "Internal Compiler Error: Null field" on CTFE method call on .init