This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 73a167cfa22 i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BW new d3c506eff54 ubsan: Use right address space for MEM_REF created for bool [...] new dbc9b45a3c2 strlen: Fix up !si->full_string_p handling in count_nonzero [...]
The 2 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/testsuite/gcc.dg/asan/pr115172.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/pr115152.c | 17 +++++++++++++++++ gcc/tree-ssa-strlen.cc | 5 ++++- gcc/ubsan.cc | 6 +++++- 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/asan/pr115172.c create mode 100644 gcc/testsuite/gcc.dg/pr115152.c