← Back to index
|
Original Bugzilla link
Bug 13027 – Assertion `ex->op == TOKblit || ex->op == TOKconstruct' failed.
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-07-03T00:34:00Z
Last change time
2014-08-22T08:04:04Z
Keywords
ice, industry, pull
Assigned to
nobody
Creator
briancschott
Comments
Comment #0
by briancschott — 2014-07-03T00:34:06Z
void main() { scope a = b!"c"; } 2.065: Error: template instance b!"c" template 'b' is not defined 2.066 (git master): test.d(3): Error: template instance b!"c" template 'b' is not defined dmd: declaration.c:1544: virtual void VarDeclaration::semantic(Scope*): Assertion `ex->op == TOKblit || ex->op == TOKconstruct' failed. Aborted (core dumped)
Comment #1
by k.hara.pg — 2014-07-04T19:30:25Z
https://github.com/D-Programming-Language/dmd/pull/3716
Comment #2
by github-bugzilla — 2014-07-04T20:44:52Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/002cafcb04ffa8880776da0a4e013f0923c54364
fix Issue 13027 - Assertion `ex->op == TOKblit || ex->op == TOKconstruct' failed.
https://github.com/D-Programming-Language/dmd/commit/994f4a42e0f0d1b8f8e9fd7d07a9229d3fcb2131
Merge pull request #3716 from 9rnsr/fix13027 [REG2.066a] Issue 13027 - Assertion `ex->op == TOKblit || ex->op == TOKconstruct' failed.
Comment #3
by github-bugzilla — 2014-07-08T01:25:02Z
Commit pushed to 2.066 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/79a5347a8aa2c6e5e5f237bea03a1745bb40ad61
Merge pull request #3716 from 9rnsr/fix13027 [REG2.066a] Issue 13027 - Assertion `ex->op == TOKblit || ex->op == TOKconstruct' failed.
Comment #4
by github-bugzilla — 2014-08-22T08:04:04Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/79a5347a8aa2c6e5e5f237bea03a1745bb40ad61
Merge pull request #3716 from 9rnsr/fix13027