This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 44fe4940172 tree-optimization/105163 - abnormal SSA coalescing and reassoc adds 4be08315124 ipa/105166 - avoid modref queries with mismatching types adds e1a5e7562d5 tree-optimization/105173 - fix insertion logic in reassoc new fd0024e48e9 c++: -Wshadow=compatible-local type vs var [PR100608]
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/cp/name-lookup.cc | 4 +++ gcc/ipa-modref-tree.cc | 4 ++- .../g++.dg/warn/Wshadow-compatible-local-3.C | 10 ++++++ gcc/testsuite/gcc.dg/pr105173.c | 12 +++++++ gcc/testsuite/gcc.dg/torture/pr105166.c | 9 +++++ gcc/tree-ssa-reassoc.cc | 41 +++++++++++++++------- 6 files changed, 67 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.C create mode 100644 gcc/testsuite/gcc.dg/pr105173.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105166.c