blob: be82c3369c32650d5241ff1fd054b447fec0d6fe [file] [log] [blame]
Patrick Williams864cc432023-02-09 14:54:44 -06001From 0be1c5728173ea9ac42843058e26b6268568acf0 Mon Sep 17 00:00:00 2001
2From: Jiawen Geng <technicalcute@gmail.com>
3Date: Fri, 14 Oct 2022 09:54:33 +0800
4Subject: [PATCH] deps: V8: cherry-pick c2792e58035f
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Original commit message:
10
11 [base] Fix build with gcc-13
12
13 See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes.
14
15 Also see Gentoo Linux bug report: https://bugs.gentoo.org/865981
16
17 Change-Id: I421f396b02ba37e12ee70048ee33e034f8113566
18 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3934140
19 Reviewed-by: Clemens Backes <clemensb@chromium.org>
20 Reviewed-by: Simon Zünd <szuend@chromium.org>
21 Commit-Queue: Clemens Backes <clemensb@chromium.org>
22 Cr-Commit-Position: refs/heads/main@{#83587}
23
24Refs: https://github.com/v8/v8/commit/c2792e58035fcbaa16d0cb70998852fbeb5df4cc
25PR-URL: https://github.com/nodejs/node/pull/44961
26Fixes: https://github.com/nodejs/node/issues/43642
27Reviewed-By: Michaël Zasso <targos@protonmail.com>
28Reviewed-By: Richard Lau <rlau@redhat.com>
29Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
30Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
31
32Upstream-Status: Backport [https://github.com/nodejs/node/commit/0be1c5728173ea9ac42843058e26b6268568acf0]
33Signed-off-by: Khem Raj <raj.khem@gmail.com>
34---
35 common.gypi | 2 +-
36 deps/v8/AUTHORS | 1 +
37 deps/v8/src/base/logging.h | 1 +
38 deps/v8/src/inspector/v8-string-conversions.h | 1 +
39 4 files changed, 4 insertions(+), 1 deletion(-)
40
41--- a/deps/v8/AUTHORS
42+++ b/deps/v8/AUTHORS
43@@ -247,6 +247,7 @@ Vlad Burlik <vladbph@gmail.com>
44 Vladimir Krivosheev <develar@gmail.com>
45 Vladimir Shutoff <vovan@shutoff.ru>
46 Wael Almattar <waelsy123@gmail.com>
47+WANG Xuerui <git@xen0n.name>
48 Wei Wu <lazyparser@gmail.com>
49 Wenlu Wang <kingwenlu@gmail.com>
50 Wenming Yang <yangwenming@bytedance.com>
51--- a/deps/v8/src/base/logging.h
52+++ b/deps/v8/src/base/logging.h
53@@ -5,6 +5,7 @@
54 #ifndef V8_BASE_LOGGING_H_
55 #define V8_BASE_LOGGING_H_
56
57+#include <cstdint>
58 #include <cstring>
59 #include <sstream>
60 #include <string>
61--- a/deps/v8/src/inspector/v8-string-conversions.h
62+++ b/deps/v8/src/inspector/v8-string-conversions.h
63@@ -5,6 +5,7 @@
64 #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
65 #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
66
67+#include <cstdint>
68 #include <string>
69
70 // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may