July 20, 2013 [Issue 10681] New: [ICE](arrayop.c line 525) with array multiplication | ||||
---|---|---|---|---|
| ||||
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: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@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: ------- |
July 20, 2013 [Issue 10681] [ICE](arrayop.c line 525) with array multiplication | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=10681 Nils <nilsbossung@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |nilsbossung@googlemail.com Resolution| |DUPLICATE --- Comment #1 from Nils <nilsbossung@googlemail.com> 2013-07-20 11:03:21 PDT --- *** This issue has been marked as a duplicate of issue 10626 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation