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 043de264d3b 2018-04-10 Steve Ellcey sellcey@marvell.com adds da47a6d5e05 Daily bump. adds b3b571234ec S/390: Add arch13 pipeline and model number adds 29659b56ca2 2019-04-11 Richard Biener rguenther@suse.de adds 948ac16512f 2019-04-11 Richard Biener rguenther@suse.de adds 77e63113325 Clarify documentation for -flive-patching adds a460aa98e98 PR rtl-optimization/89965 * dce.c (sp_based_mem_offset): [...] adds d9c60439e54 [aarch64] PR90016 - aarch64: reference to undeclared N in h [...] adds 38d4f3f21e6 * xcoffout.h (xcoff_private_rodata_section_name): D [...] adds f0121163b12 PR translation/90035 * parser.h (struct cp_parser): Add [...] adds f7388a7e458 [doc] Note variable shadowing at max macro using statement [...] adds a8bb27e437a 2018-04-11 Steve Ellcey sellcey@marvell.com adds 32dfb4d5914 2018-04-11 Steve Ellcey sellcey@marvell.com new 629a2d18f80 PR libstdc++/90046 fix build failure on epiphany-elf new ff35b5f56ee 2019-04-11 Thomas Koenig tkoenig@gcc.gnu.org
The 2 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 | 66 ++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.md | 15 +- gcc/config/aarch64/aarch64.opt | 2 +- gcc/config/rs6000/rs6000.c | 10 +- gcc/config/s390/8561.md | 287 +++++++++++++++++++++++ gcc/config/s390/driver-native.c | 4 + gcc/config/s390/s390-opts.h | 2 +- gcc/config/s390/s390.c | 33 ++- gcc/config/s390/s390.h | 2 +- gcc/config/s390/s390.md | 5 +- gcc/config/s390/s390.opt | 2 +- gcc/cp/ChangeLog | 14 ++ gcc/cp/parser.c | 41 ++-- gcc/cp/parser.h | 3 + gcc/dce.c | 204 ++++++---------- gcc/doc/extend.texi | 26 +- gcc/doc/invoke.texi | 33 +-- gcc/fortran/ChangeLog | 11 + gcc/fortran/frontend-passes.c | 61 ++--- gcc/gcse.c | 3 +- gcc/testsuite/ChangeLog | 16 ++ gcc/testsuite/gcc.dg/torture/pr90020.c | 27 +++ gcc/testsuite/gcc.dg/vect/pr90018.c | 52 ++++ gcc/testsuite/gcc.target/aarch64/combine_bfxil.c | 4 +- gcc/tree-ssa-pre.c | 7 + gcc/tree-ssa-sccvn.c | 51 ++++ gcc/tree-ssa-sccvn.h | 1 + gcc/tree-vect-data-refs.c | 64 +++-- gcc/xcoffout.c | 1 + gcc/xcoffout.h | 1 + libstdc++-v3/ChangeLog | 8 + libstdc++-v3/src/c++17/memory_resource.cc | 17 +- 33 files changed, 836 insertions(+), 239 deletions(-) create mode 100644 gcc/config/s390/8561.md create mode 100644 gcc/testsuite/gcc.dg/torture/pr90020.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr90018.c