Closed
Bug 1121481
Opened 10 years ago
Closed 10 years ago
Error compiling jit/CodeGenerator.cpp with gcc 4.6.4
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file, 3 obsolete files)
1.38 KB,
patch
|
Details | Diff | Splinter Review |
I saw this issue before. GCC has some problem with ternary operator and consts. This doesn't link properly.
size_t maxThinInlineLength = isTwoByte
? JSThinInlineString::MAX_LENGTH_TWO_BYTE
: JSThinInlineString::MAX_LENGTH_LATIN1;
Attachment #8548904 -
Flags: review?(mrosenberg)
Assignee | ||
Comment 1•10 years ago
|
||
4 indentation spaces instead 2.
Attachment #8548904 -
Attachment is obsolete: true
Attachment #8548904 -
Flags: review?(mrosenberg)
Attachment #8548907 -
Flags: review?(mrosenberg)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8548907 -
Attachment is obsolete: true
Attachment #8548907 -
Flags: review?(mrosenberg)
Attachment #8548913 -
Flags: review?(mrosenberg)
Updated•10 years ago
|
Attachment #8548913 -
Flags: review?(mrosenberg) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8548913 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•