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 3b8794302b5 PR target/105930: Split *xordi3_doubleword after reload on x86. adds 268b5c81e93 profile-count: fix /= and *= operators adds 7fd34782b95 Fix stmt_kills_ref_p WRT external throws adds fa4e97907fc libstdc++: use grep -E instead of egrep in scripts adds b36a1c964f9 middle-end/106070 - bogus cond-expr folding new 124580b00f8 [PATCH,RS6000 1/5] Clean-up MASK_<xxxx> and RS6000_BTM_<xxx [...] new 0c0d2b63a70 [PATCH,RS6000 2/5] Rework the RS6000_BTM defines. new a5c117e9f38 [PATCH,RS6000 3/5] Rework the RS6000_BTM defines, continued. new 9ccc75eba98 [PATCH,RS6000 4/5] Replace MASK_<xxxx> with OPTION_MASK_<xxxx> new eb2887a19fe [PATCH,RS6000 5/5] Replace MASK_<xxxx> usage with OPTION_MA [...]
The 5 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/config/rs6000/aix71.h | 6 +- gcc/config/rs6000/darwin.h | 2 +- gcc/config/rs6000/darwin64-biarch.h | 2 +- gcc/config/rs6000/default64.h | 6 +- gcc/config/rs6000/eabi.h | 2 +- gcc/config/rs6000/eabialtivec.h | 2 +- gcc/config/rs6000/linuxaltivec.h | 4 +- gcc/config/rs6000/rs6000-c.cc | 8 +- gcc/config/rs6000/rs6000-cpus.def | 137 +++++++++++++++++--------------- gcc/config/rs6000/rs6000.cc | 95 +++++++++++----------- gcc/config/rs6000/rs6000.h | 105 ++---------------------- gcc/config/rs6000/vxworks.h | 2 +- gcc/match.pd | 11 ++- gcc/profile-count.h | 20 +++-- gcc/testsuite/gcc.dg/torture/pr106070.c | 20 +++++ gcc/tree-ssa-alias.cc | 24 ++++-- libstdc++-v3/scripts/extract_symvers.in | 4 +- libstdc++-v3/scripts/run_doxygen | 4 +- 18 files changed, 206 insertions(+), 248 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr106070.c