[Issue 12179] [ICE](e2ir.c 1861) with array operation
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Sep 21 03:03:16 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12179
--- Comment #7 from bearophile_hugs at eml.cc ---
The error message for the original code is:
test.d(4,6): Error: array operation a[] * a[] without assignment not
implemented
But perhaps a better error message is related to this:
test.d(4,6): Error: array operation a[] * a[] without explicit destination
memory not allowed
Because I think not allocating memory from array ops is a design decision, and
it will not be implemented.
--
More information about the Digitalmars-d-bugs
mailing list