[Issue 12500] New: ICE in codegen when multiplying an incremented size_t by a double

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 31 12:18:37 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12500

           Summary: ICE in codegen when multiplying an incremented size_t
                    by a double
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: zorael at gmail.com


--- Comment #0 from JR <zorael at gmail.com> 2014-03-31 12:18:33 PDT ---
[dmd from git; v2.066-devel-75159e4]

void main()
{
    size_t foo;
    ++foo *= 1.5;
}

--> Internal error: backend/cgcs.c 221

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


More information about the Digitalmars-d-bugs mailing list