« Bugzilla Issues Index
#3716 — 20.2.2.11 Math.clz32, 20.2.2.19 Math.imul: Unreachable steps
- bug_id:
3716
- creation_ts:
2015-01-31 08:13:00 -0800
- short_desc:
20.2.2.11 Math.clz32, 20.2.2.19 Math.imul: Unreachable steps
- delta_ts:
2015-02-02 18:38:49 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
11789
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-31 08:13:35 -0800
20.2.2.11 Math.clz32 ( x )
Step 2 is unreachable (x is already a number value).
20.2.2.19 Math.imul ( x, y )
Steps 2 and 4 are unreachable (x and y are already number values).
- commentid:
11860
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-01 15:19:52 -0800
fixed in rev32 editor's draft
- commentid:
11932
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:49 -0800
fixed in rev32 draft