← Back to index
|
Original Bugzilla link
Bug 11922 – [REG2.065a] ICE on nonexistent identifier in templated auto method
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-13T15:49:00Z
Last change time
2014-01-22T18:19:12Z
Keywords
ice, pull
Assigned to
nobody
Creator
dlang-bugzilla
Comments
Comment #0
by dlang-bugzilla — 2014-01-13T15:49:52Z
struct S { auto f(B)(B) { return a; } } void main() { S s; s.f(5); }
Comment #1
by k.hara.pg — 2014-01-13T20:50:53Z
https://github.com/D-Programming-Language/dmd/pull/3034
Comment #2
by k.hara.pg — 2014-01-13T21:00:30Z
This is a regression issue on master branch.
Comment #3
by bugzilla — 2014-01-14T13:11:10Z
https://github.com/D-Programming-Language/dmd/pull/3094
Comment #4
by github-bugzilla — 2014-01-16T05:54:31Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/91a5c8acbdcf6310475c412232b9b03f7aa8c133
fix Issue 11922 - [REG2.065a] ICE on nonexistent identifier in templated auto method
https://github.com/D-Programming-Language/dmd/commit/11f05b5dad2f5ef22a73dd851db1ec108508e022
Merge pull request #3094 from WalterBright/fix11922 [REG2.065a] Issue 11922 - ICE on nonexistent identifier in templated auto method
Comment #5
by github-bugzilla — 2014-01-22T18:19:12Z
Commit pushed to release at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3a25f8a52e72c5801da0518586da1910929ac4de
Merge pull request #3094 from WalterBright/fix11922 [REG2.065a] Issue 11922 - ICE on nonexistent identifier in templated auto method