This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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 adds 124580b00f8 [PATCH,RS6000 1/5] Clean-up MASK_<xxxx> and RS6000_BTM_<xxx [...] adds 0c0d2b63a70 [PATCH,RS6000 2/5] Rework the RS6000_BTM defines. adds a5c117e9f38 [PATCH,RS6000 3/5] Rework the RS6000_BTM defines, continued. adds 9ccc75eba98 [PATCH,RS6000 4/5] Replace MASK_<xxxx> with OPTION_MASK_<xxxx> adds eb2887a19fe [PATCH,RS6000 5/5] Replace MASK_<xxxx> usage with OPTION_MA [...]
No new revisions were added by this update.
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/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 +- 17 files changed, 194 insertions(+), 240 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr106070.c