This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from 2a8ca3e6ec5 vect: Fix bogus alignment assumption in alias checks [PR94994] adds edb7dbc25de tree-optimization/98282 - classify V_C_E<constant> as nary adds 71878c08e96 tree-optimization/98513 - fix bug in range intersection code adds c03f9f304db Daily bump. adds 2c4d3e6db85 hurd: libgcc unwinding over signal trampolines with SIGINFO adds 92b131491c2 Hurd: Enable ifunc by default new 8d3636923a3 libstdc++: Fix clang analyzer suppression [PR 98605]
The 1 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/ChangeLog | 108 ++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 4 +- gcc/testsuite/ChangeLog | 66 +++++++++++++++++++ gcc/testsuite/g++.dg/opt/pr98282.C | 80 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr98513.c | 47 ++++++++++++++ gcc/tree-ssa-sccvn.c | 3 +- gcc/value-range.cc | 6 +- libgcc/config/i386/gnu-unwind.h | 60 ++++++++++++++---- libstdc++-v3/include/std/mutex | 8 +-- 10 files changed, 359 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr98282.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98513.c