[Issue 14132] [ICE] error on arrays

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Feb 14 07:55:58 PST 2015


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

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

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

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Misu from comment #0)
> Internal error: e2ir.c 1902
> Exit code 1

The ICE issue is properly fixed in git-head, and the code will report following
error.

main.d(10): Error: array operation components[0][] & masks[] without
destination memory not allowed

--


More information about the Digitalmars-d-bugs mailing list