This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 1ad5c9d524d i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BW new d224c7d8d8b ubsan: Use right address space for MEM_REF created for bool [...] new fc9fb69ad62 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