Thread overview
[Issue 14929] [REG2.067] ICE: Assertion failure: 'ez->exp && ez->exp->op == TOKconstruct' on line 302 in file 'escape.c'
Aug 19, 2015
Kenji Hara
August 19, 2015
https://issues.dlang.org/show_bug.cgi?id=14929

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull
           Hardware|x86_64                      |All
            Summary|ICE: Assertion failure:     |[REG2.067] ICE: Assertion
                   |'ez->exp && ez->exp->op ==  |failure: 'ez->exp &&
                   |TOKconstruct' on line 302   |ez->exp->op ==
                   |in file 'escape.c'          |TOKconstruct' on line 302
                   |                            |in file 'escape.c'
                 OS|Windows                     |All
           Severity|normal                      |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
ICE happens since 2.067.

https://github.com/D-Programming-Language/dmd/pull/4907

--
August 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14929

--- Comment #2 from github-bugzilla@puremagic.com ---
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'

--
August 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14929

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14929

--- Comment #3 from github-bugzilla@puremagic.com ---
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

--