This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/gcc.
from 274df6b5923 PR c++/85254 adds 8e3015e203f Daily bump. adds 84a827b4bd8 2019-10-27 Paul Thomas pault@gcc.gnu.org new 1b4394e40b0 [Darwin, machopic] Preparatory patches. new 171729d0616 [Darwin, machopic] Fix for 67183 new d5ee666c3eb [Darwin, PPC] Fix PR 65342.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 93 +++++++ 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/fortran/ChangeLog | 15 +- gcc/fortran/resolve.c | 8 +- gcc/fortran/trans-decl.c | 33 +-- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gfortran.dg/char_result_19.f90 | 24 ++ gcc/testsuite/gfortran.dg/char_result_mod_19.f90 | 18 ++ 16 files changed, 514 insertions(+), 183 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/char_result_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/char_result_mod_19.f90