This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from a8419647219 Daily bump. new 35ac28b9c26 ubsan: Use right address space for MEM_REF created for bool [...] new 53bc98f5355 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