July 15, 2010 [Issue 4463] New: double.init in associative array seems 0.0 | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=4463 Summary: double.init in associative array seems 0.0 Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: sean@invisibleduck.org ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2010-07-15 04:24:09 PDT --- With dmd 2.047 this code doesn't assert at runtime (aa[0] has to be nan): void main() { double[int] aa; aa[0]++; assert(aa[0] == 1.0); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 21, 2012 [Issue 4463] double.init in associative array seems 0.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=4463 --- Comment #1 from hsteoh@quickfur.ath.cx 2012-12-21 07:45:21 PST --- Seems to be related to bug 3825. -- 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