Closed
Bug 1246810
Opened 9 years ago
Closed 6 years ago
[sixgill] GCC version compatibility fixes
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
sixgill has various compilation bugs and runtime crashes with newer gcc versions, and the internal formats of eg integer constants is mutating.
Assignee | ||
Comment 1•9 years ago
|
||
Note that I have mostly recently been testing only 4.9.3, so I can't guarantee that the others still all work. But I don't need to support 4.7 anymore, so that one doesn't matter.
Assignee | ||
Comment 2•9 years ago
|
||
More version compatibility fixes, at a different place in my patch stack.
Assignee | ||
Comment 3•6 years ago
|
||
http://hg.mozilla.org/users/sfink_mozilla.com/sixgill/rev/1e12a0426395
http://hg.mozilla.org/users/sfink_mozilla.com/sixgill/rev/cae80773068f
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•