[Issue 718] ICE with int /= cast(creal)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 16 01:35:48 PDT 2009


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


clugdbug at yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|Internal error:             |ICE with   int /=
                   |../ztc/cgcod.c 562          |cast(creal)
            Version|0.177                       |2.000




------- Comment #3 from clugdbug at yahoo.com.au  2009-04-16 03:35 -------
The bug_cgcod_562_x1 cases have been fixed, but the bug_cgcod_562_x3 cases
remain. This bug accounts for 20% of the remaining Dstress cases which ICE.
Much simpler test case:

void main(){
   int x;
   x/= cast(creal)1;
}

Internal error: ..\ztc\cgcod.c 564

Applies to DMD2.028 as well.


-- 



More information about the Digitalmars-d-bugs mailing list