Thread overview
[Issue 3354] New: asm fld x, ST(6); accepted.
Oct 01, 2009
Don
Feb 20, 2012
yebblies
[Issue 3354] invalid number of args accepted for 1/2 arg floating point instructions
Feb 23, 2012
Walter Bright
October 01, 2009
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: nobody@puremagic.com
        ReportedBy: clugdbug@yahoo.com.au


--- Comment #0 from Don <clugdbug@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: -------
February 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3354


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |yebblies@gmail.com
            Version|1.00                        |D1 & D2


--- Comment #1 from yebblies <yebblies@gmail.com> 2012-02-20 16:33:45 EST ---
https://github.com/D-Programming-Language/dmd/pull/743

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3354



--- Comment #2 from github-bugzilla@puremagic.com 2012-02-20 00:58:23 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/a6d8be2ab3092d7d7e0d159a8cd0bdac7c234176 Merge pull request #443 from yebblies/issue3354

There is no two argument version of fstp
(That form is in some of the old Intel manuals, but it's redundant).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3354



--- Comment #3 from github-bugzilla@puremagic.com 2012-02-20 04:18:59 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/37631fc1eae9884d05f6e8d3c6f381dfb69bfdc9 Merge pull request #444 from yebblies/issue3354

Missed one.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3354



--- Comment #4 from github-bugzilla@puremagic.com 2012-02-22 19:10:50 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/15303d5c0a5220aad498924f722299885fe01b66 Merge pull request #743 from yebblies/issue3354

Issue 3354 - asm fld x, ST(6); accepted

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3354



--- Comment #5 from github-bugzilla@puremagic.com 2012-02-22 22:32:05 PST ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/47487e17d1c0a386f056081ceb26e69033e7906f
fix Issue 3354 - invalid number of args accepted for 1/2 arg floating point
instructions

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3354


Walter Bright <bugzilla@digitalmars.com> changed:

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


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