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-stable-allmodconfig in repository toolchain/ci/gcc.
from 541ec0fe275 Adjust predicates and constraints of scalar insns. adds d5a74b09ac7 rs6000: Fix allocate_stack in a corner case (PR91289) adds 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 [...] new ff7ec1d14a8 2019-10-27 Paul Thomas pault@gcc.gnu.org
The 1 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 | 54 +++ gcc/DATESTAMP | 2 +- gcc/cgraph.c | 2 +- gcc/cgraph.h | 2 +- gcc/config/i386/sse.md | 11 +- gcc/config/rs6000/rs6000-logue.c | 12 +- 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 | 10 + .../abi/post/hppa-linux-gnu/baseline_symbols.txt | 446 +++++++++++++++++++++ libstdc++-v3/doc/xml/manual/codecvt.xml | 2 +- libstdc++-v3/doc/xml/manual/locale.xml | 2 +- libstdc++-v3/doc/xml/manual/messages.xml | 2 +- 23 files changed, 663 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/char_result_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/char_result_mod_19.f90