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


clugd...@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 clugd...@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.


-- 

Reply via email to