https://issues.dlang.org/show_bug.cgi?id=24819
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> --- The problem shows up with this optimization: in localize(): Moved equation x(3) = (r(1) ^ -9223372036854775808LL ); el:0x2ade880 cnt=0 = TYdouble 0x2ade6c0 0x2ade810 el:0x2ade6c0 cnt=0 var TYlong x el:0x2ade810 cnt=0 ^ TYlong 0x2ade7a0 0x2ade000 el:0x2ade7a0 cnt=0 var TYlong r el:0x2ade000 cnt=0 const TYlong -9223372036854775808LL replacing: el:0x2ade9d0 cnt=0 var TYdouble x which fouls up the x87 code generation. --
