Closed
Bug 621206
Opened 14 years ago
Closed 14 years ago
HPUX: pcre_exec.cpp compile failure due to USE_COMPUTED_GOTO_FOR_MATCH_RECURSION
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: andrew, Unassigned)
Details
Attachments
(1 file)
819 bytes,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
USE_COMPUTED_GOTO_FOR_MATCH_RECURSION should not be defined when using the aCC compiler. Added WTF_COMPILER_ACC detection and excluded the compiler from this define.
Attachment #499557 -
Flags: review?(mrbkap)
Updated•14 years ago
|
Attachment #499557 -
Flags: review?(mrbkap) → review+
Reporter | ||
Updated•14 years ago
|
Keywords: checkin-needed
![]() |
||
Comment 1•14 years ago
|
||
This patch doesn't seem to apply on tip. Is it still relevant?
Keywords: checkin-needed
Reporter | ||
Comment 2•14 years ago
|
||
This was prior to the update of yarr/ which removed the older pcre hack-up.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•