Closed
Bug 460642
Opened 17 years ago
Closed 17 years ago
TM: Assertion failed: "Should not move data from GPR/XMM to x87 FPU": false (nanojit/Nativei386.cpp:1349)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
Details
(Keywords: assertion, testcase)
$ ./js-dbg-tm-intelmac -j
js> for(let y in [5,6,7,8]) y|=1e-81;
Assertion failed: "Should not move data from GPR/XMM to x87 FPU": false (nanojit/Nativei386.cpp:1349)
Trace/BPT trap
$ ./js-opt-tm-intelmac -j
js> for(let y in [5,6,7,8]) y|=1e-81;
2
js>
opt doesn't blow up. Not sure if this is related to bug 457449 or bug 457663 since this occurs in 32-bit.
![]() |
Reporter | |
Comment 1•17 years ago
|
||
$ ./js-dbg-tm-intelmac
js> for(let y in [5,6,7,8]) y|=1e-81;
3
js>
WFM now.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•