[Issue 10923] New: ICE in backend with postincrement on double in vector op on 64 bit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 29 20:53:14 PDT 2013


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: nobody at puremagic.com
        ReportedBy: yebblies at gmail.com


--- Comment #0 from yebblies <yebblies at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list