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 040b979a088 testsuite: remove -fwrapv from signbit-5.c new 6fb41c27b62 Don't call clean_symbol_name in create_tmp_var_name [PR116219] new 73afc3e47e2 lower-bitint: Fix up __builtin_{add,sub}_overflow{,_p} biti [...] new 24909512101 libsanitizer: On aarch64 use hint #34 in prologue of libsan [...]
The 3 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/gimple-expr.cc | 16 ++++++---------- gcc/gimple-lower-bitint.cc | 4 ++-- gcc/gimplify.cc | 2 +- gcc/testsuite/gcc.dg/torture/bitint-73.c | 20 ++++++++++++++++++++ libsanitizer/interception/interception.h | 4 ++-- libsanitizer/sanitizer_common/sanitizer_asm.h | 14 ++++++++++++-- 6 files changed, 43 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-73.c