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_profiled_lto_lean in repository toolchain/ci/gcc.
from 6f0c43e9782 i386: Improve SImode constant - __builtin_clzll for -mno-lzcnt adds f9fcf754825 Optimize x ? bswap(x) : 0 in tree-ssa-phiopt adds f48c3cd2e3f c++: Improve memory usage of subsumption [PR100828] adds 99b520f031c Fix PR 101683: FP exceptions for float->unsigned adds 7d8577dd466 [gcc/doc] Improve nonnull attribute documentation adds cac2353f8b6 Remove --param=threader-iterative.
No new revisions were added by this update.
Summary of changes: gcc/cp/logic.cc | 118 +++++++++-------------------- gcc/doc/extend.texi | 42 +++++++--- gcc/params.opt | 4 - gcc/rtlanal.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25.c | 83 ++++++++++++++++++++ gcc/tree-ssa-phiopt.c | 37 ++++++--- gcc/tree-ssa-threadbackward.c | 18 +---- 7 files changed, 178 insertions(+), 125 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25.c