← Back to index
|
Original Bugzilla link
Bug 13088 – Compiler segfaults with trivial case code.
Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-07-10T07:55:00Z
Last change time
2014-07-11T04:27:12Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2014-07-10T07:55:23Z
Test case: struct X { void mfoo(this T)() {} } void test() { shared const X scx; scx.mfoo(); } struct Vec { int x; void sc() shared const {} }
Comment #1
by k.hara.pg — 2014-07-10T08:22:24Z
https://github.com/D-Programming-Language/dmd/pull/3736
Comment #2
by github-bugzilla — 2014-07-11T04:27:10Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/63c33bef8bfead1f3156601e214dc196ca7c167c
fix Issue 13088 - Compiler segfaults with trivial case code