← Back to index
|
Original Bugzilla link
Bug 10015 – Segfault on forward referencing a variable of templated struct
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-04-30T07:39:00Z
Last change time
2015-06-17T21:03:27Z
Keywords
ice, pull
Assigned to
nobody
Creator
verylonglogin.reg
Comments
Comment #0
by verylonglogin.reg — 2013-04-30T07:39:13Z
--- struct S(T) { alias X = int; } alias Y = s.X; S!int s; ---
Comment #1
by k.hara.pg — 2013-11-02T07:15:48Z
https://github.com/D-Programming-Language/dmd/pull/2708
Comment #2
by github-bugzilla — 2013-11-03T07:28:36Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/5bb812cf4f3abad8345739729df929efccc4989c
fix Issue 10015 - Segfault on forward referencing a variable of templated struct
https://github.com/D-Programming-Language/dmd/commit/d40a8096b158fb957be982a8c6f6d4cd868086ec
Merge pull request #2708 from 9rnsr/fix10015 Issue 10015 - Segfault on forward referencing a variable of templated struct
Comment #3
by github-bugzilla — 2015-03-30T06:10:40Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/38996d31647a6427aa44cec77e81acd6603248f2
Move issue 10015 test case to compilable/testfwdref.d
Comment #4
by github-bugzilla — 2015-06-17T21:03:27Z
Commit pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/38996d31647a6427aa44cec77e81acd6603248f2
Move issue 10015 test case to compilable/testfwdref.d