[Issue 3354] New: asm fld x, ST(6); accepted.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 1 00:29:53 PDT 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 at puremagic.com
ReportedBy: clugdbug at yahoo.com.au
--- Comment #0 from Don <clugdbug at 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: -------
More information about the Digitalmars-d-bugs
mailing list