This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 87277b6a044 Daily bump. adds 704e8a825c7 Add wi_fold_in_parts. new 0103d18dfc9 Support EAF_NOT_RETURNED in tree-ssa-structalias
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/range-op.cc | 75 +++++++++++++++++++++++++++++--- gcc/range-op.h | 6 +++ gcc/testsuite/gcc.dg/pr96542.c | 27 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/modref-6.c | 37 ++++++++++++++++ gcc/tree-ssa-structalias.c | 30 +++++++++---- 5 files changed, 162 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr96542.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-6.c