http://d.puremagic.com/issues/show_bug.cgi?id=10681
Summary: [ICE](arrayop.c line 525) with array multiplication Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nob...@puremagic.com ReportedBy: bearophile_h...@eml.cc --- Comment #0 from bearophile_h...@eml.cc 2013-07-20 10:50:35 PDT --- void main() { auto a = [1]; a[] *= a[0]; } DMD 2.064alpha gives: Assertion failure: '0' on line 525 in file 'arrayop.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------