Closed
Bug 1047297
Opened 9 years ago
Closed 9 years ago
Some Clang warnings when building the ARM simulator
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jandem, Assigned: dougc)
Details
Attachments
(2 files)
4.80 KB,
text/plain
|
Details | |
4.81 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
There are some warnings in IonAssemblerBufferWithConstantPools.h, see attachment. I'd fix them myself, but it's not immediately obvious what's the right fix for some of the "comparison of integers of different signs" ones, because I don't know which values can be signed in practice. This is with Clang 3.4.1 and --enable-debug --enable-optimize
Flags: needinfo?(dtc-moz)
Assignee | ||
Comment 1•9 years ago
|
||
(In reply to Jan de Mooij [:jandem] from comment #0) > Created attachment 8466097 [details] > Warnings > > There are some warnings in IonAssemblerBufferWithConstantPools.h, see > attachment. Thanks, I'll fix it.
Assignee: nobody → dtc-moz
Flags: needinfo?(dtc-moz)
QA Contact: dtc-moz
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8466238 -
Flags: review?(jdemooij)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8466238 [details] [diff] [review] Fix some compiler warnings. Review of attachment 8466238 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #8466238 -
Flags: review?(jdemooij) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•9 years ago
|
||
Try run: https://tbpl.mozilla.org/?tree=Try&rev=80e426dc7bde
Assignee | ||
Comment 5•9 years ago
|
||
The above try run was busted, perhaps infrastructure. This one looks better: https://tbpl.mozilla.org/?tree=Try&rev=e0859c87c03d
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b3659aa5368b
Flags: in-testsuite-
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/b3659aa5368b
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•9 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•