[Issue 11992] GIT HEAD Internal error: dmd-master\e2ir.c 2078
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 25 04:26:42 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11992
--- Comment #1 from Temtaime <temtaime at gmail.com> 2014-01-25 04:26:41 PST ---
Sorry, second case should be
void main() {
immutable int[3] d = [ 1 ];
int a;
int[] arr;
arr ~= [ a ] + d[];
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list