← Back to index
|
Original Bugzilla link
Bug 10713 – [REG2.063] ICE with typeof(this.nonExistingField) in method signature
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-07-25T15:14:00Z
Last change time
2013-07-26T00:50:26Z
Keywords
ice, pull
Assigned to
nobody
Creator
dlang-bugzilla
Comments
Comment #0
by dlang-bugzilla — 2013-07-25T15:14:07Z
struct S { void f(typeof(this.nonExistingField) a) {} }
Comment #1
by k.hara.pg — 2013-07-25T21:41:15Z
https://github.com/D-Programming-Language/dmd/pull/2382
This is a regression from 2.063
Comment #2
by github-bugzilla — 2013-07-26T00:50:13Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/8ec7a0d6876d0946d7bff8fe73330b720d1fc6b8
fix Issue 10713 - ICE with typeof(this.nonExistingField) in method signature
https://github.com/D-Programming-Language/dmd/commit/21b130d71a73b2d8f27c93bea9560cebeded1e1a
Merge pull request #2382 from 9rnsr/fix10713 [REG2.063] Issue 10713 - ICE with typeof(this.nonExistingField) in method signature