Closed
Bug 1006850
Opened 11 years ago
Closed 11 years ago
Assertion failure: ins->lhs()->type() == MIRType_Int32, at jit/Lowering.cpp:1545
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1006301
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
673 bytes,
text/plain
|
Details |
The following testcase asserts on mozilla-central revision 87c8f870e2b9 (run with --fuzzing-safe --ion-eager):
for (var a = 0; a < 4; --a) {
if (a % 4 == 1) {}
}
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Dup, didn't see gkw's bug over there :)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•