]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 464859 - Build failures with GCC-13 (drd tsan_unittest)
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 27 Jan 2023 07:30:41 +0000 (08:30 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 27 Jan 2023 07:30:41 +0000 (08:30 +0100)
Patch submitted by
Khem Raj <raj.khem@gmail.com>

NEWS
drd/tests/tsan_thread_wrappers_pthread.h

diff --git a/NEWS b/NEWS
index 02296575c430e41e223932fd906b2f41f6383f7f..9c2410d89a4c676cf883a2b35822aba94fbd25df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -91,6 +91,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 462830  WARNING: unhandled amd64-freebsd syscall: 474
 463027  broken check for MPX instruction support in assembler
 464476  Firefox fails to start under Valgrind
+464859  Build failures with GCC-13 (drd tsan_unittest)
 
 To see details of a given bug, visit
   https://bugs.kde.org/show_bug.cgi?id=XXXXXX
index f15e6ad63105829addcfce69c4b7fa29c0bf4a58..4cc8062069acb88ac9f36599d0b808df9f47d60a 100644 (file)
@@ -55,6 +55,7 @@
 #define NO_TLS
 #endif
 
+#include <cstdint>
 #include <string>
 using namespace std;