[Issue 7507] New: DMD crashes when trying to call to!string on a float4 array property

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 15 08:08:10 PST 2012


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

           Summary: DMD crashes when trying to call to!string on a float4
                    array property
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Mac OS X
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: junk.Nebster at gmail.com


--- Comment #0 from junk.Nebster at gmail.com 2012-02-15 08:08:08 PST ---
When trying to compile the code below, dmd causes a segmentation fault:

import core.simd;
import std.conv;
import std.stdio;

void main() {
  float4 fl = 2;
  writefln("%s", to!string(fl.array));
}

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