https://issues.dlang.org/show_bug.cgi?id=15875

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
This is caused by an infinite recursion ddmd.mtype.semanticLength ->
VarExp::semantic -> TypeAArray::semantic -> TypeSArray::semantic ->
ddmd.mtype.semanticLength.  Probably due to the construct `int[a] a` which
depends upon itself.

--

Reply via email to