summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2023-04-28 19:58:09 +0000
committerGitHub <noreply@github.com>2023-04-28 19:58:09 +0000
commit212821afdd8f20bb4c4fc1045178c5cee8b33de5 (patch)
tree7c3b45d52bfee14edde85b8f8c16a639c719456b /README.md
parent11233777917e7d5b73a8e9846b6a5308c69e8d30 (diff)
downloadnode-new-212821afdd8f20bb4c4fc1045178c5cee8b33de5.tar.gz
deps: V8: cherry-pick c5ab3e4f0c5a
Original commit message: libstdc++: fix incomplete type in v8::internal::is_subtype<T, U> Using std::convertible with incomplete types is UB. However, till GCC 12 it was accepted and std::convertible returned false. This fails now for e.g. v8::internal::WasmArray. Use std::disjunction and std::conjunction instead which are short- circuiting, because std::is_base_of<T, T> is already true. Bug: chromium:957519 Change-Id: Ia26643dbdf0fb00d5586c71ae6b18e8d0f3cf96e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4394663 Commit-Queue: Stephan Hartmann <stha09@googlemail.com> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#86904} Refs: https://github.com/v8/v8/commit/c5ab3e4f0c5a3ce880941184ef8447c27cd19a93 PR-URL: https://github.com/nodejs/node/pull/47736 Fixes: https://github.com/nodejs/node/issues/47623 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions