Closed
Bug 1577066
Opened 5 years ago
Closed 5 years ago
Nursery.cpp contains an implicit integer-to-float conversion that changes value, triggering a warning with new-enough clang
Categories
(Core :: JavaScript: GC, task)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
The problem and fix here are a little fugly, but I don't know there's much clean to do about it.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/fcaf8571985f
Fix an implicit-conversion-changes-value warning with new-enough clang in Nursery.cpp by doing a less-than comparison with the actually-representable next higher value. r=jonco
Comment 3•5 years ago
|
||
Backed out changeset fcaf8571985f (Bug 1577066) for causing build bustages in Nursery.cpp CLOSED TREE
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=264143939&resultStatus=testfailed%2Cbusted%2Cexception&revision=fcaf8571985f825bcd23fbb3bd2f255097661a76
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=264143939&repo=autoland&lineNumber=820
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=264143922&repo=autoland&lineNumber=6186
Backout: https://hg.mozilla.org/integration/autoland/rev/6e46680a8c11fa13966689916cbe4c8bba87bff1
Flags: needinfo?(jwalden)
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/0948113e9229
Fix an implicit-conversion-changes-value warning with new-enough clang in Nursery.cpp by doing a less-than comparison with the actually-representable next higher value. r=jonco
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Comment 6•5 years ago
|
||
bugherder uplift |
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(jwalden)
You need to log in
before you can comment on or make changes to this bug.
Description
•