[Issue 1850] New: The compiler accepts lower case asm registers.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 18 11:10:17 PST 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 at digitalmars.com
        ReportedBy: aziz.kerim at 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...


-- 



More information about the Digitalmars-d-bugs mailing list