[Issue 7978] UTF exception (memory corruption?) using std.range.chain (behavior changes with -g)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 28 04:48:01 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7978


SomeDude <lovelydear at mailmetrash.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lovelydear at mailmetrash.com
           Platform|All                         |x86_64


--- Comment #4 from SomeDude <lovelydear at mailmetrash.com> 2012-12-28 04:47:58 PST ---
Tested with 2.060 on DPaste:

     32 bits 64 bits.
DMD  PASS(1) FAIL
GDC  FAIL    PASS(2)
LDC  FAIL    FAIL

(1) output: ["a", "b", "0", "1", "2"]
(2) output: ["a", "b", "\x01\x000", "\x01\x001", "\x01\x002"])

http://dpaste.dzfl.pl/fork/2cd77316

-- 
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