Closed
Bug 1456544
Opened 5 years ago
Closed 4 years ago
Try removing -mstackrealign -mms-bitfields from MinGW build
Categories
(Firefox Build System :: General: Unsupported Platforms, enhancement, P5)
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Someone told me that because we only support GCC 6.1 and up, we no longer need these flags. Filing a bug to get it on file for investigation.
Updated•4 years ago
|
Version: Version 3 → 3 Branch
Updated•4 years ago
|
Priority: -- → P5
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
mms-bitfields seems to be okay; but mstackrealign caused test failures with an assert:
[task 2019-08-25T13:26:11.856Z] 13:26:11 INFO - GECKO(3700) | Assertion failure: callWithABI: callee did not use AutoUnsafeCallWithABI, at /builds/worker/workspace/build/src/js/src/jit/MacroAssembler.cpp:1653
Yay tests!
Jacek, are you okay with removing mms-bitfields?
Flags: needinfo?(jacek)
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by tritter@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b291f7b8f2fe Remove mms-bitfields from the MinGW build r=nalexander
Comment 6•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•4 years ago
|
Assignee: nobody → tom
You need to log in
before you can comment on or make changes to this bug.
Description
•