Thread overview
[Issue 1850] New: The compiler accepts lower case asm registers.
Feb 18, 2008
d-bugmail
Feb 25, 2008
d-bugmail
Mar 07, 2008
d-bugmail
February 18, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1850

           Summary: The compiler accepts lower case asm registers.
           Product: D
           Version: 1.024
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: aziz.kerim@gmail.com


The specs say: "Register names are always in upper case."

asm
{
  fstp st(1), st(0); // No error given.
  fstp ST(1), ST(0); // Correct.
}

I don't know if there are other cases...


-- 

February 25, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1850





------- Comment #1 from thomas-dloop@kuehne.cn  2008-02-25 05:07 -------
Added to DStress as http://dstress.kuehne.cn/nocompile/a/asm_st_01_A.d


-- 

March 07, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1850


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2008-03-07 00:31 -------
Fixed dmd 1.028 and 2.012


--