This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8075f1c743b gcc/ Support 64-bit double and 64-bit long double configurations. new 33781ebdf61 Libsanitizer: merge from trunk new b6fa8501764 Reapply all revisions mentioned in LOCAL_PATCHES. new a4f645b1b01 Update LOCAL_PATCHES. new fa6e2b94f00 Add CONSTRUCTOR_NO_CLEARING to operand_equal_p. new 359b906703d Clear version_info_node in delete_function_version.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 13 ++ gcc/cgraph.c | 3 + gcc/fold-const.c | 4 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.target/i386/pr92354.C | 8 + libsanitizer/ChangeLog | 10 ++ libsanitizer/LOCAL_PATCHES | 3 +- libsanitizer/MERGE | 4 +- libsanitizer/asan/asan_allocator.cpp | 28 +++- libsanitizer/asan/asan_interface.inc | 1 + libsanitizer/asan/asan_interface_internal.h | 3 + libsanitizer/asan/asan_malloc_win.cpp | 3 - libsanitizer/include/sanitizer/asan_interface.h | 4 + .../include/sanitizer/netbsd_syscall_hooks.h | 165 +++++++++++++++------ libsanitizer/lsan/lsan_allocator.cpp | 13 +- libsanitizer/merge.sh | 7 +- libsanitizer/sanitizer_common/sanitizer_flags.inc | 3 + libsanitizer/sanitizer_common/sanitizer_linux.cpp | 10 +- libsanitizer/sanitizer_common/sanitizer_platform.h | 8 +- .../sanitizer_platform_limits_linux.cpp | 2 +- .../sanitizer_platform_limits_netbsd.h | 6 + .../sanitizer_platform_limits_posix.cpp | 2 +- .../sanitizer_platform_limits_posix.h | 3 + .../sanitizer_common/sanitizer_syscalls_netbsd.inc | 56 +++++-- libsanitizer/tsan/tsan_mman.cpp | 15 +- 25 files changed, 300 insertions(+), 79 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr92354.C