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-arm-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from 54b97aff264 Daily bump. adds 01b6b5c9099 Avoid gimple body modifications while streaming. Backport [...] adds 274df6b5923 PR c++/85254 adds 8e3015e203f Daily bump. adds 84a827b4bd8 2019-10-27 Paul Thomas pault@gcc.gnu.org adds 1b4394e40b0 [Darwin, machopic] Preparatory patches. adds 171729d0616 [Darwin, machopic] Fix for 67183 adds d5ee666c3eb [Darwin, PPC] Fix PR 65342. adds 720133fb924 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 117 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-protos.h | 2 - gcc/config/darwin.c | 299 +++++++++++++++-------- gcc/config/darwin.h | 47 +++- gcc/config/i386/darwin.h | 6 +- gcc/config/rs6000/darwin.h | 3 + gcc/config/rs6000/darwin.md | 27 -- gcc/config/rs6000/rs6000.c | 106 +++++++- gcc/config/rs6000/rs6000.md | 7 - gcc/cp/ChangeLog | 9 + gcc/cp/class.c | 1 + gcc/fortran/ChangeLog | 15 +- gcc/fortran/resolve.c | 8 +- gcc/fortran/trans-decl.c | 33 +-- gcc/gimple-streamer-out.c | 10 +- gcc/lto-streamer-out.c | 110 +++++---- gcc/lto-streamer.h | 1 + gcc/lto/ChangeLog | 10 + gcc/lto/lto.c | 7 + gcc/passes.c | 37 +-- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/g++.dg/ext/is_final.C | 14 ++ gcc/testsuite/gfortran.dg/char_result_19.f90 | 24 ++ gcc/testsuite/gfortran.dg/char_result_mod_19.f90 | 18 ++ gcc/tree-dfa.c | 10 +- gcc/tree-dfa.h | 2 +- gcc/tree-ssa-dse.c | 2 +- gcc/tree-ssa-math-opts.c | 2 +- 29 files changed, 658 insertions(+), 278 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/char_result_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/char_result_mod_19.f90