This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from d23196c828d Daily bump. adds 5cab0266f7b Backport from trunk [gcc] adds 92a15cc8142 Daily bump. adds 8e26e933aa4 * config/pa/fptr.c (_dl_read_access_allowed): Change argum [...] adds ec235aa92be Daily bump. adds 70456ec6ac9 2019-10-16 Richard Biener rguenther@suse.de adds 4512f0709fa [Darwin, specs] Backport fixes for driver handling of PIE options. adds 10027464072 [Darwin] Pick up SDKROOT as the sysroot fallback. adds e63f9518ecc Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 77 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-driver.c | 44 +++++++++ gcc/config/darwin.h | 45 ++++++--- gcc/config/darwin10.h | 9 +- gcc/config/darwin9.h | 6 -- gcc/config/rs6000/rs6000-builtin.def | 80 +++++++-------- gcc/cp/ChangeLog | 9 ++ gcc/cp/decl.c | 2 + gcc/dwarf2out.c | 10 +- gcc/testsuite/ChangeLog | 20 ++++ gcc/testsuite/g++.dg/torture/pr91606.C | 109 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr91812.c | 26 +++++ .../powerpc/pure-builtin-redundant-load.c | 47 +++++++++ gcc/tree-ssa-phiprop.c | 11 ++- gcc/tree-vect-stmts.c | 4 +- gcc/tree.c | 5 +- libgcc/ChangeLog | 8 ++ libgcc/config/pa/fptr.c | 16 +-- 19 files changed, 447 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr91606.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr91812.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pure-builtin-redundant-load.c