www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1194] New: fcmov* emmits incorrect code

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1194

           Summary: fcmov* emmits incorrect code
           Product: D
           Version: 1.013
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: thomas-dloop kuehne.cn


# void test(){
#    asm{
#       //not accepted
#       fcmovb ST, ST(1); 
#
#      // results in: fcmovb st, st(0)
#      fcmovb ST(0), ST(1);
#
#      // illegal but accepted and results in: fcmovb st, st(3)
#      fcmovb ST(3), ST(4);
#    }
# }


-- 
Apr 27 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1194


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla digitalmars.com  2008-07-09 22:39 -------
Fixed dmd 1.032 and 2.016


-- 
Jul 09 2008