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_build/master-arm in repository toolchain/ci/gcc.
from 355eb60b667 Fix static chain dump. adds 71cf7c0a0e9 rs6000: Update rs6000_builtin_decl adds a354b4255b6 rs6000: Miscellaneous uses of rs6000_builtins_decl_x adds 18546941ae4 path solver: Avoid recalculating ranges already in the cache. adds d626fe77cdc Fix spurious valgrind errors in irred loop verification adds a7dce7626a6 powerpc: Fix vsx_splat_v4si_di breakage on Power8. adds 239d82d4c05 ipa: Unshare expresseions before putting them into debug st [...] adds 666d780426f Move uncprop after modref adds 33a7a63275c Improve handling of some builtins. adds 0cd653bd255 Don't calculate new values when using the private context c [...] adds d44d791012e Remove workaround allowing interposition of nested functions.
No new revisions were added by this update.
Summary of changes: gcc/builtins.c | 14 ++++++++++++++ gcc/cfgloop.c | 23 +++++++++++------------ gcc/config/rs6000/rs6000-call.c | 20 ++++++++++++++++++++ gcc/config/rs6000/rs6000.c | 17 ++++++++++++++--- gcc/config/rs6000/vsx.md | 2 +- gcc/gimple-range-path.cc | 3 +++ gcc/gimple-range.cc | 4 ++-- gcc/gimple.c | 6 +++--- gcc/ipa-param-manipulation.c | 4 ++-- gcc/ipa-pure-const.c | 2 ++ gcc/passes.def | 8 ++++++-- gcc/testsuite/g++.dg/ipa/pr103099.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/pr103122.C | 15 +++++++++++++++ gcc/testsuite/gcc.dg/ipa/pr103107.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/pr103120.c | 33 +++++++++++++++++++++++++++++++++ gcc/tree-inline.c | 5 ++++- 16 files changed, 172 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr103099.C create mode 100644 gcc/testsuite/g++.dg/pr103122.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103107.c create mode 100644 gcc/testsuite/gcc.dg/pr103120.c