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
Comment #2 by github-bugzilla — 2014-07-11T04:27:10Z