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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38

People

(Reporter: baku, Assigned: baku)

Details

Attachments

(1 file, 3 obsolete files)

Attached patch linker.patch (obsolete) — 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)
Attached patch linker.patch (obsolete) — Splinter Review
4 indentation spaces instead 2.
Attachment #8548904 - Attachment is obsolete: true
Attachment #8548904 - Flags: review?(mrosenberg)
Attachment #8548907 - Flags: review?(mrosenberg)
Attached patch linker.patch (obsolete) — Splinter Review
Attachment #8548907 - Attachment is obsolete: true
Attachment #8548907 - Flags: review?(mrosenberg)
Attachment #8548913 - Flags: review?(mrosenberg)
Attachment #8548913 - Flags: review?(mrosenberg) → review+
Attached patch linker.patchSplinter Review
Attachment #8548913 - Attachment is obsolete: true
Keywords: checkin-needed
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.

Attachment

General

Created:
Updated:
Size: