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_lto in repository toolchain/ci/gcc.
from 4434b068914 Daily bump. adds 7d341f35ca2 Daily bump. adds 69fbc3c8104 Fix folding of vector EQ/NE adds d219c5e3be1 Fix -Wreturn-type for static naked functions in C adds 95f52ddbae2 Daily bump. adds bd81e681a7d Backport r273660 adds b372a85f637 Daily bump. adds f3230b02972 2019-07-23 Richard Biener rguenther@suse.de adds f1ba72cab9b PR rtl-optimization/91173 adds fc03d0cbea8 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 36 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 9 +++++++ gcc/c/c-decl.c | 3 ++- gcc/fold-const.c | 14 ++++++++--- gcc/lto-streamer-in.c | 8 ++++++ gcc/opts-common.c | 20 ++++++++++++++- gcc/opts-global.c | 6 ++++- gcc/testsuite/ChangeLog | 15 ++++++++++++ gcc/testsuite/c-c++-common/pr53633-2.c | 19 ++++++++++++++ gcc/testsuite/g++.dg/pr91173.C | 45 ++++++++++++++++++++++++++++++++++ gcc/tree-ssa-address.c | 14 +++++++++++ 12 files changed, 184 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr53633-2.c create mode 100644 gcc/testsuite/g++.dg/pr91173.C