www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13748] New: benchmark druntime/benchmark/aabench/string.d fails

https://issues.dlang.org/show_bug.cgi?id=13748

          Issue ID: 13748
           Summary: benchmark druntime/benchmark/aabench/string.d fails
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: regression
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: r.sagitario gmx.de

The PR https://github.com/D-Programming-Language/druntime/pull/979 causes the
benchmark druntime/benchmark/aabench/string.d to fail:

- aa.length is one larger than expected
- the word "vita" is counted one less than before
- when iterating over aa, one entry less than aa.length is traversed

--
Nov 18 2014