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

           Summary: ICE in backend with postincrement on double in vector
                    op on 64 bit
           Product: D
           Version: D1 & D2
          Platform: x86_64
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from yebblies <[email protected]> 2013-08-30 13:53:12 EST ---
This code ICEs when compiled on 64-bit

Most likely related to DMD's xmm codegen.

void main()
{
    double[2] v, x;
    double z;
    double[2] s = v[] * z++;
    double[2] t = v[] * z--;
}

Internal error: ../ztc/cg87.c 201

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to