Bug 464859 - Build failures with GCC-13 (drd tsan_unittest)
Summary: Build failures with GCC-13 (drd tsan_unittest)
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: drd (show other bugs)
Version: 3.21 GIT
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Bart Van Assche
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-26 17:05 UTC by Khem Raj
Modified: 2023-01-27 07:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
fix (961 bytes, application/mbox)
2023-01-26 17:07 UTC, Khem Raj
Details

Note You need to log in before you can comment on or make changes to this bug.
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>