Permanent spidermonkey non-unified js/src/wasm/WasmBCMemory.cpp:337:20: error: unused function 'ToValidIndex' [-Werror,-Wunused-function] when Gecko 96 merges to Beta on 2021-12-06
Categories
(Core :: JavaScript: WebAssembly, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox94 | --- | unaffected |
firefox95 | --- | unaffected |
firefox96 | + | verified |
People
(Reporter: aryx, Assigned: zhaojiazhong-hf)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[task 2021-11-23T11:13:27.784Z] 2:22.15 /builds/worker/checkouts/gecko/js/src/wasm/WasmBCMemory.cpp:337:20: error: unused function 'ToValidIndex' [-Werror,-Wunused-function]
[task 2021-11-23T11:13:27.785Z] 2:22.15 static inline void ToValidIndex(MacroAssembler& masm, RegI64 ptr) {}
[task 2021-11-23T11:13:27.785Z] 2:22.15 ^
[task 2021-11-23T11:13:27.785Z] 2:22.15 1 error generated.
Comment 1•3 years ago
|
||
Needs an ifdef MEMORY64 presumably. (But we really should fix the unused-static-inline-function warning, which is pretty absurd.)
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Changing the priority to p2 as the bug is tracked by a release manager for the current nightly.
See What Do You Triage for more information
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
I'm not sure how to run the test now, it seems like I need to setup a ssh key, is it accessible to every contributer?
Anyway, I think lth is right, we should define the function only when MEMORY64 is enabled, so I just fix it this way.
Reporter | ||
Comment 6•3 years ago
|
||
Every contributor can access the test ("Try") server. See
Assignee | ||
Comment 7•3 years ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo on intermittent or backout) from comment #6)
Every contributor can access the test ("Try") server. See
Thanks for your information, I just applied for the commit access.
Comment 8•3 years ago
|
||
bugherder |
Comment 9•3 years ago
|
||
The patch is working just fine on beta simulation.
Reporter | ||
Comment 10•3 years ago
|
||
Verified fixed in today's central-as-beta simulation.
Updated•3 years ago
|
Description
•