I think i've found a bug, should / how do i report it.

Chris Warwick sp at m.me.not
Sun Mar 11 18:43:34 PDT 2007


Apologys for the previous jibberish.. i've been on honeymoon with D for the 
last 4 days and havn't had much sleep lol.. So the problem is still there i 
just wrote out the examples wrong.. getting my movd's and movq's all mixed 
up.. Anyway copy and past this time so i dont feck up...

private ulong MMXZERO = 0x0;
    movq       MM0,MMXZERO;

compiles fine, as expected.

But the addition of 'const'

private const ulong MMXZERO = 0x0;
    movq       MM0,MMXZERO;

causes "bad type/size of operands 'movq'"

cheers

cw 




More information about the Digitalmars-d-learn mailing list