[Issue 12902] [ICE] Assertion failure '!ae-lengthVar' in 'expression.c' when using `opDollar`

2014-06-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12902

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 12902] [ICE] Assertion failure '!ae-lengthVar' in 'expression.c' when using `opDollar`

2014-06-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12902

--- Comment #3 from github-bugzi...@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

--


[Issue 12902] [ICE] Assertion failure '!ae-lengthVar' in 'expression.c' when using `opDollar`

2014-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12902

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

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

--


[Issue 12902] [ICE] Assertion failure '!ae-lengthVar' in 'expression.c' when using `opDollar`

2014-06-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12902

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

--