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

           Summary: ICE(cg87.c) ubyte = ubyte op= float
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: yebbl...@gmail.com


--- Comment #0 from yebblies <yebbl...@gmail.com> 2012-02-05 04:43:14 EST ---
void main()
{
    ubyte r, a;
    float b;
    r = a += b;
}

Same with any floating point type and any integral type sz < 4.

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

Reply via email to