← Back to index
|
Original Bugzilla link
Bug 12161 – ICE with "with" and alias this
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-02-14T10:15:00Z
Last change time
2014-02-22T08:33:09Z
Keywords
ice, pull
Assigned to
nobody
Creator
dlang-bugzilla
Comments
Comment #0
by dlang-bugzilla — 2014-02-14T10:15:22Z
class A { void m(){} } class B { A a; alias a this; } void f(B b) { with (b) m(); }
Comment #1
by k.hara.pg — 2014-02-16T01:45:38Z
https://github.com/D-Programming-Language/dmd/pull/3273
Comment #2
by github-bugzilla — 2014-02-16T09:45:47Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7e3ceaf5a7b7a5ef062cad7b397f3a5778161ba0
fix Issue 12161 - ICE with "with" and alias this
https://github.com/D-Programming-Language/dmd/commit/0312b83d51c352087573dd47be7db6bbef00a3c7
Merge pull request #3273 from 9rnsr/fix12161 Issue 12161 - ICE with "with" and alias this
Comment #3
by github-bugzilla — 2014-02-22T08:33:09Z
Commit pushed to 2.065 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/215e58f17cad35b1fa6a80c29567427c21369f11
Merge pull request #3273 from 9rnsr/fix12161 Issue 12161 - ICE with "with" and alias this