http://d.puremagic.com/issues/show_bug.cgi?id=3354

           Summary: asm fld x, ST(6); accepted.
           Product: D
           Version: 1.00
          Platform: x86
        OS/Version: All
            Status: NEW
          Keywords: accepts-invalid
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: clugd...@yahoo.com.au


--- Comment #0 from Don <clugd...@yahoo.com.au> 2009-10-01 00:29:53 PDT ---
This garbage compiles, but shouldn't.

----
void main() {
 double x;
  asm {
  fld x, ST(6);
 }
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to