[Issue 12179] New: [ICE](e2ir.c 1861) with array operation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 15 06:46:58 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12179
Summary: [ICE](e2ir.c 1861) with array operation
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2014-02-15 06:46:57 PST ---
void foo(int[]) {}
void main() {
int[1] a;
(a[] * a[]).foo;
}
dmd 2.065beta3 gives:
Internal error: e2ir.c 1861
--
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