This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 232cc30ccc0 Daily bump. new b86b523fb53 sanitizer/111736 - skip ASAN for globals in alternate addre [...] new b4e1aee01a2 tree-optimization/111736 - avoid address sanitizing of __seg_gs new 624c3bb9ff7 ubsan: Don't -fsanitize=null instrument __seg_fs/gs pointer [...] new 09910b67534 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.c | 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.c | 3 +++ gcc/ubsan.c | 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