Closed Bug 844645 Opened 11 years ago Closed 11 years ago

OdinMonkey: Assertion failure: CheckPredecessorImpliesSuccessor(*block, block->getPredecessor(i)), at ion/IonAnalysis.cpp:941

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:ignore])

The following testcase asserts on odinmonkey revision 0e9a09e99a15 (run with ):


var asm = (function(global, buffer) {
  'use asm';
  function _main(i1, i2) {
    i1 = i1 | 0;
    i2 = i2 | 0;
    var i3 = 0, i4 = 0, i26 = 0;
    switch (i4 | 0) {
      case (3):
      case 3:
    }
  }
  return {};
}, buffer);
Arg, duplicate case labels weren't being detected.  Thanks!
http://hg.mozilla.org/users/lwagner_mozilla.com/odinmonkey/rev/ae35f96c0223
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.