← Back to index
|
Original Bugzilla link
Bug 11626 – [ICE] (mtype.c line 9718) With missing in ref type
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-27T17:55:00Z
Last change time
2013-11-27T21:44:53Z
Keywords
ice, pull
Assigned to
nobody
Creator
bearophile_hugs
Comments
Comment #0
by bearophile_hugs — 2013-11-27T17:55:23Z
void foo(in ref Bar) {} void main() {} dmd 2.065alpha gives: test.d(1): Error: undefined identifier Bar Assertion failure: '0' on line 9718 in file 'mtype.c'
Comment #1
by k.hara.pg — 2013-11-27T19:59:39Z
https://github.com/D-Programming-Language/dmd/pull/2894
Comment #2
by github-bugzilla — 2013-11-27T21:06:58Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/b90f4db66010649543a55496f79727f432423d3d
fix Issue 11626 - [ICE] (mtype.c line 9718) With missing in ref type
https://github.com/D-Programming-Language/dmd/commit/a61188039187bf67e1a40fd202542e53536b7e40
Merge pull request #2894 from 9rnsr/fix11626 [REG2.065a] Issue 11626 - [ICE] (mtype.c line 9718) With missing in ref type