This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 63 +++++++++++++++++++ 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/cp/ChangeLog | 9 +++ gcc/cp/decl.c | 2 + gcc/dwarf2out.c | 10 +-- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/g++.dg/torture/pr91606.C | 109 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr91812.c | 26 ++++++++ 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 +++-- 17 files changed, 339 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr91606.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr91812.c