[Issue 718] Internal error: ../ztc/cgcod.c 562

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 18 14:07:25 PDT 2007


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


smjg at iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg at iname.com
           Keywords|                            |ice-on-invalid-code




------- Comment #1 from smjg at iname.com  2007-09-18 16:07 -------
A reduced testcase:

void test(byte[] data) {
    data[0] /= cast(cfloat) data.length;
}

void main(){
    byte[1] array;
    test(array);
}


-- 



More information about the Digitalmars-d-bugs mailing list