[Issue 840] New: incorrect code generation for asm{fidv ST(1), ST;}
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 13 04:14:18 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=840
Summary: incorrect code generation for asm{fidv ST(1), ST;}
Product: D
Version: 1.00
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: wrong-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: thomas-dloop at kuehne.cn
# asm{
# fidv ST(1), ST;
# }
output:
dc f9 fdivr st(1),st
expected output:
dc f1 fdiv st(1),st
test case:
http://dstress.kuehne.cn/run/a/asm_fdiv_01_D.d
--
More information about the Digitalmars-d-bugs
mailing list