This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5de599 Recently we've put a lot of effort into improving ifcvt to us [...] new 9dff315 PR rtl-optimization/63191 * config/i386/i386.c (ix86_delegi [...] new 4860d29 PR sanitizer/80110 * tsan.c: Include tree-eh.h. (instrumen [...] new 32ab116 PR sanitizer/80110 * doc/invoke.texi (-fsanitize=thread): D [...] new aa251ad PR c++/80129 * gimplify.c (gimplify_modify_expr_rhs) <case [...] new 97e19e5 PR sanitizer/78158 * tsan/tsan_interface_atomic.cc: Cherry- [...]
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 | 31 ++++++++++++++++++-- gcc/config/i386/i386.c | 30 +++++++++++++++---- gcc/doc/invoke.texi | 4 +++ gcc/gimplify.c | 8 +++++ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/g++.dg/torture/pr80129.C | 14 +++++++++ gcc/testsuite/g++.dg/tsan/pr80110.C | 16 ++++++++++ gcc/tsan.c | 47 +++++++++++++++++++----------- libsanitizer/ChangeLog | 5 ++++ libsanitizer/tsan/tsan_interface_atomic.cc | 19 +++++++++++- 10 files changed, 157 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr80129.C create mode 100644 gcc/testsuite/g++.dg/tsan/pr80110.C