Thread overview
[Issue 2839] New: ICE with int /= imaginary
Apr 16, 2009
d-bugmail
[Issue 2839] ICE(cgcs.c) with int /= imaginary
Jun 09, 2009
Don
Oct 06, 2009
Walter Bright
April 16, 2009
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: bugzilla@digitalmars.com
        ReportedBy: clugdbug@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


-- 

June 09, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2839


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
         AssignedTo|nobody@puremagic.com        |bugzilla@digitalmars.com




--- Comment #1 from Don <clugdbug@yahoo.com.au>  2009-06-09 16:42:42 PDT ---
The patch for bug 3059 fixes this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 06, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2839


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2009-10-06 02:15:44 PDT ---
Fixed dmd 1.048 and 2.033

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