Bug 464859

Summary: Build failures with GCC-13 (drd tsan_unittest)
Product: [Developer tools] valgrind Reporter: Khem Raj <raj.khem>
Component: drdAssignee: Bart Van Assche <bart.vanassche+kde>
Status: RESOLVED FIXED    
Severity: normal CC: pjfloyd
Priority: NOR    
Version: 3.21 GIT   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Attachments: fix

Description Khem Raj 2023-01-26 17:05:27 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Build tests
2. 
3. 

OBSERVED RESULT

Compile failure

    tsan_thread_wrappers_pthread.h:91:9: error: 'int64_t' does not name a type

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Khem Raj 2023-01-26 17:07:19 UTC
Created attachment 155672 [details]
fix
Comment 2 Paul Floyd 2023-01-27 07:32:02 UTC
commit dee222c6e818ca43ac45952fc8a020f445d98781 (HEAD -> master, origin/master, origin/HEAD)
Author: Paul Floyd <pjfloyd@wanadoo.fr>
Date:   Fri Jan 27 08:30:41 2023 +0100

    Bug 464859 - Build failures with GCC-13 (drd tsan_unittest)
    
    Patch submitted by
            Khem Raj <raj.khem@gmail.com>