[Issue 3522] New: ICE(cg87.c): variable*array[].
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 18 07:13:27 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3522
Summary: ICE(cg87.c): variable*array[].
Product: D
Version: 1.051
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: ice-on-invalid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: clugdbug at yahoo.com.au
--- Comment #0 from Don <clugdbug at yahoo.com.au> 2009-11-18 07:13:26 PST ---
void main() {
double[] foo = [1.0, 2.0, 3.0];
double y = 2.0;
double[] c = y * foo[];
}
Internal error: backend\cg87.c 1363
Related to bug 2549.
Doesn't ICE with foo[]*y; generates bad code instead. Applies to both D1 and
D2.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list