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-master-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 79796211807 * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. adds 74c5e5f5bf7 * doc/xml/manual/codecvt.xml: Switch pubs.opengroup.org to [...] adds 36e5ec23e7f Daily bump. adds 05e25bab4ca Remove redudant <iptr> when operand already has scalar mode. adds 241c48e728f * ipa-icf.c (sem_function::merge): Update function summari [...] adds 62aa3a9a187 * ipa-inline-transform.c (inline_call): update function su [...] adds 062ef3bf73e * ipa-cp.c (propagate_constants_across_call): If args are [...] adds 6588f6ba91b fix cgraph comment adds f37ffcc5675 * ipa-prop.c (ipa_propagate_indirect_call_infos): Do not r [...] adds ff7ec1d14a8 2019-10-27 Paul Thomas pault@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 47 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.c | 2 +- gcc/cgraph.h | 2 +- gcc/config/i386/sse.md | 11 +++--- gcc/fortran/ChangeLog | 14 ++++++- gcc/fortran/resolve.c | 4 +- gcc/fortran/trans-decl.c | 33 +++++++---------- gcc/ipa-cp.c | 20 ++++++++-- gcc/ipa-fnsummary.c | 7 +++- gcc/ipa-icf.c | 3 ++ gcc/ipa-inline-transform.c | 2 + gcc/ipa-prop.c | 34 ++++++++++++----- gcc/ipa-prop.h | 9 ++++- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gfortran.dg/char_result_19.f90 | 24 ++++++++++++ gcc/testsuite/gfortran.dg/char_result_mod_19.f90 | 18 +++++++++ libstdc++-v3/ChangeLog | 6 +++ libstdc++-v3/doc/xml/manual/codecvt.xml | 2 +- libstdc++-v3/doc/xml/manual/locale.xml | 2 +- libstdc++-v3/doc/xml/manual/messages.xml | 2 +- 21 files changed, 198 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/char_result_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/char_result_mod_19.f90