This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from d445a869684 libstdc++: Apply proposed resolution for LWG 3450 new 5758b0d976c ASAN: Support detect_invalid_pointer_pairs=1 with detect_st [...] new 98cd020ebc5 libsanitizer: add test-case new 36ee59a2640 Simplify trivial VEC_COND_EXPR in expander.
The 3 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/config/i386/i386-expand.c | 7 +++++++ gcc/testsuite/g++.dg/asan/pr97414.C | 19 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr97506.c | 19 +++++++++++++++++++ libsanitizer/asan/asan_thread.cpp | 4 +++- 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr97414.C create mode 100644 gcc/testsuite/gcc.target/i386/pr97506.c