https://d.puremagic.com/issues/show_bug.cgi?id=12250
Summary: [ICE](e2ir.c 2077) with inout T[] and array operation
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Kazuki Komatsu <[email protected]> 2014-02-25
04:13:58 PST ---
void foo(inout int[] p, inout int[] q, int[] r)
{
r[] = p[] + q[];
}
dmd 2.065:
Internal error: e2ir.c 2077
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------