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-lts-allyesconfig in repository toolchain/ci/gcc.
from 7059779acd0 2019-10-15 Richard Biener rguenther@suse.de adds 0f0f80875ac [linemap PATCH] Constify lookup adds 8aaf76ac980 2019-10-15 Jozef Lawrynowicz jozef.l@mittosystems.com adds 53426d991fa 2019-10-15 Jozef Lawrynowicz jozef.l@mittosystems.com adds d6a975a9b65 2019-10-15 Jozef Lawrynowicz jozef.l@mittosystems.com adds b0a09faab02 [C++ PATCH] clone_function_decl breakup adds 463c873e992 2019-10-15 Bill Schmidt wschmidt@linux.ibm.com adds 32244cd831c [Fortran] OpenMP+OpenACC: Remove bogus contigous-pointer check adds 5a824d9db7b 2019-10-15 Richard Biener rguenther@suse.de adds 769a2825943 PR testsuite/92016 - Excess errors in Wstringop-overflow-17.c adds b31d28cfa3b [Darwin] Update darwin_binds_local_p. adds dac8d16eb21 [Darwin] Clarify fix and continue support (NFC). adds 35b6441961a 2019-10-15 Andrew Pinski apinski@marvell.com adds 5725fb5e9f4 * config/pa/fptr.c (_dl_read_access_allowed): Change argum [...] adds 29d5845fd64 genattrtab: Parenthesize expressions correctly (PR92107) adds d3b039360c8 Daily bump. adds 851d1ba6d2c [_GLIBCXX_DEBUG] Clarify constness and state <unknown> entries. adds b3d74655e70 generalized IPA predicate on parameter adds d77f9d48e85 Deal with incoming POLY_INT_CST ranges (PR92033) adds 3384dcbc6dd 2019-10-16 Richard Biener rguenther@suse.de adds dd114a9a128 Only use GCC-specific __is_same_as built-in conditionally adds 9c12da9a81c [AArch64] Use frame reference in aarch64_layout_frame adds 2c6099c2c51 [AArch64] Add an assert to aarch64_layout_frame new a8fd21555e6 [AArch64] Improve poly_int handling in aarch64_layout_frame new e4c0abf18da [AArch64] Add partial SVE vector modes new b37e7f080e5 Assert for POINTER_TYPE_P in expr_callee_abi
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 | 148 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-modes.def | 38 ++- gcc/config/aarch64/aarch64.c | 213 +++++++----- gcc/config/darwin.c | 40 ++- gcc/config/msp430/constraints.md | 1 + gcc/config/msp430/msp430.c | 32 +- gcc/config/msp430/msp430.h | 12 + gcc/config/msp430/msp430.md | 402 ++++++++++++++--------- gcc/config/msp430/predicates.md | 46 ++- gcc/cp/ChangeLog | 5 + gcc/cp/class.c | 63 ++-- gcc/doc/invoke.texi | 7 + gcc/doc/poly-int.texi | 12 + gcc/fortran/ChangeLog | 6 + gcc/fortran/openmp.c | 4 - gcc/function-abi.cc | 10 +- gcc/genattrtab.c | 6 +- gcc/genmodes.c | 22 +- gcc/ipa-fnsummary.c | 296 ++++++++++++++--- gcc/ipa-predicate.c | 153 ++++++++- gcc/ipa-predicate.h | 36 +- gcc/lto-streamer-out.c | 17 +- gcc/params.def | 6 + gcc/poly-int.h | 23 ++ gcc/testsuite/ChangeLog | 22 ++ gcc/testsuite/g++.dg/tree-ssa/ivopts-3.C | 2 +- gcc/testsuite/gcc.c-torture/compile/20191015-1.c | 17 + gcc/testsuite/gcc.c-torture/compile/20191015-2.c | 17 + gcc/testsuite/gcc.dg/Wstringop-overflow-17.c | 3 +- gcc/testsuite/gcc.dg/ipa/pr91088.c | 120 +++++++ gcc/testsuite/gcc.dg/ipa/pr91089.c | 16 +- gcc/testsuite/gcc.target/powerpc/pr91275.c | 7 +- gcc/tree-streamer-in.c | 1 + gcc/tree-streamer-out.c | 6 + gcc/tree-vect-patterns.c | 3 +- gcc/tree-vrp.c | 18 + libcpp/ChangeLog | 13 + libcpp/include/line-map.h | 53 +-- libcpp/line-map.c | 12 +- libgcc/ChangeLog | 8 + libgcc/config/pa/fptr.c | 16 +- libstdc++-v3/ChangeLog | 18 + libstdc++-v3/include/bits/c++config | 4 + libstdc++-v3/include/std/concepts | 4 +- libstdc++-v3/include/std/type_traits | 20 +- libstdc++-v3/src/c++11/debug.cc | 4 +- 47 files changed, 1529 insertions(+), 455 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/20191015-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/20191015-2.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr91088.c