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 717141d592f Daily bump. new 9dc064c4200 testsuite: Fix up gcc.target/powerpc/builtin_altivec_tr_stx [...] new 5bd6ca28da5 c-family: Tweak ptr +- (expr +- cst) FE optimization [PR120837] new 21a03fb3fe9 testsuite: Add testcase for already fixed PR [PR120954] new f7b82b84407 bswap: Fix up ubsan detected UB in find_bswap_or_nop [PR121322] new cde5db51781 bitint: Fix up handling of uninitialized mul/div/float cast [...] new edc2388e802 bitint: Fix up INTEGER_CST PHI handling [PR121413]
The 6 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/c-family/c-common.cc | 49 +++++++++++++++------- gcc/gimple-lower-bitint.cc | 32 +++++++++++--- gcc/gimple-ssa-store-merging.cc | 2 + gcc/testsuite/c-c++-common/Warray-bounds-11.c | 21 ++++++++++ gcc/testsuite/gcc.dg/bitint-125.c | 15 +++++++ gcc/testsuite/gcc.dg/pr121322.c | 14 +++++++ gcc/testsuite/gcc.dg/torture/bitint-85.c | 34 +++++++++++++++ gcc/testsuite/gcc.dg/ubsan/pr120837.c | 32 ++++++++++++++ .../powerpc/builtin_altivec_tr_stxvr_runnable.c | 40 +++++++++--------- 9 files changed, 199 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-bounds-11.c create mode 100644 gcc/testsuite/gcc.dg/bitint-125.c create mode 100644 gcc/testsuite/gcc.dg/pr121322.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-85.c create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr120837.c