← Back to index
|
Original Bugzilla link
Bug 14929 – [REG2.067] ICE: Assertion failure: 'ez->exp && ez->exp->op == TOKconstruct' on line 302 in file 'escape.c'
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-08-18T11:21:00Z
Last change time
2015-08-29T08:02:23Z
Keywords
ice, pull
Assigned to
nobody
Creator
mrsmith33
Attachments
ID
Filename
Summary
Content-Type
Size
1541
file_14929.txt
Partially reduced test case ~100LOC
text/plain
2597
Comments
Comment #0
by mrsmith33 — 2015-08-18T11:21:42Z
Created attachment 1541 Partially reduced test case ~100LOC
Comment #1
by k.hara.pg — 2015-08-19T06:05:59Z
ICE happens since 2.067.
https://github.com/D-Programming-Language/dmd/pull/4907
Comment #2
by github-bugzilla — 2015-08-24T15:05:43Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3e3fdfe12e49815f3a78659266b2a5aad737ec79
fix Issue 14929 - ICE: Assertion failure: 'ez->exp && ez->exp->op == TOKconstruct' on line 302 in file 'escape.c' If error happens, propagate it without storing.
https://github.com/D-Programming-Language/dmd/commit/45c115bccd2e3fe64e607eb2cf40786fe1dc4412
Merge pull request #4950 from 9rnsr/fix14929 [REG2.067] Issue 14929 - ICE: Assertion failure: 'ez->exp && ez->exp->op == TOKconstruct' on line 302 in file 'escape.c'
Comment #3
by github-bugzilla — 2015-08-29T08:02:23Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3e3fdfe12e49815f3a78659266b2a5aad737ec79
fix Issue 14929 - ICE: Assertion failure: 'ez->exp && ez->exp->op == TOKconstruct' on line 302 in file 'escape.c'
https://github.com/D-Programming-Language/dmd/commit/45c115bccd2e3fe64e607eb2cf40786fe1dc4412
Merge pull request #4950 from 9rnsr/fix14929