Thread overview
[Issue 12902] [ICE] Assertion failure '!ae->lengthVar' in 'expression.c' when using `opDollar`
Jun 13, 2014
Denis Shelomovskij
Jun 14, 2014
Kenji Hara
June 13, 2014
https://issues.dlang.org/show_bug.cgi?id=12902

--- Comment #1 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
Probably wrong-code regression Issue 12904 has the same root.

--
June 14, 2014
https://issues.dlang.org/show_bug.cgi?id=12902

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3668

--
June 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12902

github-bugzilla@puremagic.com changed:

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

--
June 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12902

--- 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/51400f76211964caece3d976f9cffae92f831a25
fix Issue 12902 - [ICE] Assertion failure '!ae->lengthVar' in 'expression.c'
when using `opDollar`

https://github.com/D-Programming-Language/dmd/commit/493250daf44afcfdca5c842aa2ceebeb0d049a6c Merge pull request #3668 from 9rnsr/fix12902

Issue 12902 & 10904 - fix ICEs with opDollar and multidimensional operator overloading

--