This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 7dd2542a735 Daily bump. new 61d1962e7c3 sanitizer/111736 - skip ASAN for globals in alternate addre [...] new e89b5ed62a5 tree-optimization/111736 - avoid address sanitizing of __seg_gs new d6c62e4fb9a ubsan: Don't -fsanitize=null instrument __seg_fs/gs pointer [...] new 48fd1c5791b tsan: Don't instrument non-generic AS accesses [PR111736]
The 4 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/asan.cc | 6 ++++++ gcc/testsuite/gcc.dg/tsan/pr111736.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/ubsan/pr111736.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr111736.c | 23 +++++++++++++++++++++++ gcc/tsan.cc | 3 +++ gcc/ubsan.cc | 19 +++++++++++++++++-- 6 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tsan/pr111736.c create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr111736.c create mode 100644 gcc/testsuite/gcc.target/i386/pr111736.c