Closed
Bug 474757
Opened 16 years ago
Closed 16 years ago
Several build failures on Solaris build for js/src
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
It was bug 470999.
The patch was not landed on mozilla-central.
The change of js/src/nanojit/Assembler.cpp is to work around a bug of Sun Studio compiler.
The change of js/src/nanojit/LIR.h is because "signed int32_t" is not a type.
See bug 470999 for the error messages.
Attachment #358153 -
Flags: review?(danderson)
Updated•16 years ago
|
Attachment #358153 -
Flags: review?(danderson) → review+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
http://hg.mozilla.org/mozilla-central/rev/9ea3fd0e41f5
I don't know what's wrong, but one file is missed in last commit.
Attachment #358153 -
Flags: approval1.9.1?
Updated•16 years ago
|
Flags: in-testsuite-
Updated•16 years ago
|
Attachment #358153 -
Flags: approval1.9.1? → approval1.9.1+
Comment 5•16 years ago
|
||
Comment on attachment 358153 [details] [diff] [review]
patch
a191=beltzner
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•