← Back to index
|
Original Bugzilla link
Bug 12231 – ICE on the class declaration within lambda inside template constraint
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-02-23T02:38:00Z
Last change time
2014-03-07T19:57:44Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2014-02-23T02:38:29Z
Test case: void func()() if (is(typeof({ class C {} }))) {} void main() { func(); }
Comment #1
by k.hara.pg — 2014-02-24T08:47:50Z
https://github.com/D-Programming-Language/dmd/pull/3332
Comment #2
by github-bugzilla — 2014-03-07T13:02:12Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/e0e261b1893990de19343e746aff17667472383c
fix fix Issue 12231 - ICE on the class declaration within lambda inside template constraint
https://github.com/D-Programming-Language/dmd/commit/1a70764e881e469741f17b531e5e4ddd9f39fb6e
Merge pull request #3332 from 9rnsr/fix12231 Issue 12231 - ICE on the class declaration within lambda inside template constraint