Closed
Bug 780147
Opened 13 years ago
Closed 13 years ago
VerifyError for --a[i]() or --a(i) with opt=9
Categories
(Rhino Graveyard :: Compiler, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anba, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
Try to compile:
---
function F () { var i=0, a=[]; --a[i]() }
function G () { var i=0, a=[]; --a(i)
---
Actual results:
VerifyError thrown during class-file verification
Reporter | ||
Comment 1•13 years ago
|
||
Pull request at https://github.com/mozilla/rhino/pull/77
Comment 2•13 years ago
|
||
Merged to git master:
https://github.com/mozilla/rhino/commit/49a928a9b84a3e18d7345ba846e884e6cbfcb4f5
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•