[Issue 13208] [ICE](e2ir.c 2077) with array operation
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jul 26 22:51:44 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13208
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
Summary|Internal Error e2ir.c 2077 |[ICE](e2ir.c 2077) with
|with array subtraction |array operation
--- Comment #1 from bearophile_hugs at eml.cc ---
Reduced:
void main() {
int[][] a;
a = [a[1][] - a[0][]];
}
Internal error: e2ir.c 1910
--
More information about the Digitalmars-d-bugs
mailing list