Closed
Bug 1253884
Opened 6 years ago
Closed 6 years ago
Baldr: fix parsing of (f32.const -0)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: luke, Assigned: luke)
References
Details
Attachments
(1 file)
5.58 KB,
patch
|
sunfish
:
review+
|
Details | Diff | Splinter Review |
The lack of .0 causes the token to be classified as an integer and then the -0 is lost.
![]() |
Assignee | |
Updated•6 years ago
|
Attachment #8727138 -
Flags: review?(sunfish)
Updated•6 years ago
|
Attachment #8727138 -
Flags: review?(sunfish) → review+
Comment 2•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f1ff5388e591
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•