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

           Summary: ICE with int /= imaginary
           Product: D
           Version: 1.042
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzi...@digitalmars.com
        ReportedBy: clugd...@yahoo.com.au


Probably related to Issue #718.

void main(){
   int x;
   x/= 2i;
}

Internal error: ..\ztc\cgcs.c 221
DMD2.028 compiled in debug mode:
el:00C2C4CC cnt=0 cs=0 =  TYdouble 00C2C45C 00C2C494
 el:00C2C45C cnt=0 cs=0 s32_d  TYdouble 00C2C424
  el:00C2C424 cnt=0 cs=0 var  TYint  x
 el:00C2C494 cnt=0 cs=0 const  TYdouble 0
Internal error: backend\cgcs.c 221


-- 

Reply via email to