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-aarch64-next-defconfig in repository toolchain/ci/gcc.
from 0ca47588bd2 Daily bump. adds de62156b618 Add myself adds 0f535bb05c8 [libbacktrace] Unify function name preference handling adds af93b844576 PR libstdc++/88738 treat shared_ptr and unique_ptr more lik [...] adds 45fb810dd92 Add self to maintainers list. adds 86a3ecf2148 Extend locations where to seach for Fortran pre-include. adds 2c099ba4fa7 Fix Arm big-endian regressions. adds c84c150f652 PR c/51628 PR target/88682 * c-c++-common/pr51628-10.c ( [...] adds 8a4481bea34 __builtin_<add/sub>_overflow issues on AArch64 (redux) adds a24d9a6abd0 __builtin_<add/sub>_overflow issues on AArch64 (redux) (cont) adds dfa1bf2cb1b * config/alpha/alpha.c (alpha_gimplify_va_arg): Handle sp [...] adds 9fc2172cd24 PR c++/78244 - narrowing conversion in template not detect [...] adds b92cc3ed88c /cp 2019-01-16 Paolo Carlini paolo.carlini@oracle.com adds 281796ea5c0 Fix PR88046 on AArch64 and Arm bare metal targets. adds e0b64342b99 2019-01-16 Tamar Christina tamar.christina@arm.com new 76ea00a14d2 Fix ICE due to "combine" creating unreachable EH blocks (PR [...] new 46c0cb43b0a [D] Fix failing EH execution test on i386. new 7d476f3065d [libbacktrace] Factor out read_referenced_name_from_attr
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: ChangeLog | 8 ++ MAINTAINERS | 2 + gcc/ChangeLog | 69 +++++++++++ gcc/Makefile.in | 4 +- gcc/combine.c | 17 ++- gcc/config/aarch64/aarch64-builtins.c | 26 +++-- gcc/config/aarch64/aarch64-modes.def | 15 ++- gcc/config/aarch64/aarch64-simd.md | 17 ++- gcc/config/aarch64/aarch64.c | 68 +++++++---- gcc/config/aarch64/aarch64.md | 130 ++++++++------------- gcc/config/aarch64/predicates.md | 26 ++++- gcc/config/alpha/alpha.c | 34 +++++- gcc/config/arm/arm-protos.h | 2 +- gcc/config/arm/arm.c | 7 +- gcc/config/arm/neon.md | 6 +- gcc/config/gnu-user.h | 2 +- gcc/cp/ChangeLog | 13 +++ gcc/cp/call.c | 2 + gcc/cp/cp-tree.h | 6 + gcc/cp/decl.c | 21 ++-- gcc/cp/pt.c | 2 + gcc/d/ChangeLog | 6 + gcc/d/d-lang.cc | 6 + gcc/gcc.c | 103 ++++++++++++---- gcc/testsuite/ChangeLog | 32 +++++ gcc/testsuite/c-c++-common/pr51628-10.c | 2 +- gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C | 8 ++ gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C | 17 +++ gcc/testsuite/g++.dg/lto/pr88046_0.C | 2 + gcc/testsuite/g++.dg/other/pr33558-2.C | 2 +- gcc/testsuite/g++.dg/other/pr33558.C | 2 +- gcc/testsuite/g++.dg/parse/crash4.C | 2 +- gcc/testsuite/g++.dg/torture/pr88861.C | 11 ++ gcc/testsuite/g++.old-deja/g++.brendan/err-msg11.C | 2 +- gcc/testsuite/g++.old-deja/g++.mike/p7635.C | 2 +- gcc/testsuite/g++.old-deja/g++.other/decl6.C | 12 +- libbacktrace/ChangeLog | 15 +++ libbacktrace/dwarf.c | 122 ++++++++++++------- libstdc++-v3/ChangeLog | 9 ++ libstdc++-v3/include/bits/c++config | 8 ++ libstdc++-v3/include/bits/shared_ptr.h | 36 +++--- libstdc++-v3/include/bits/unique_ptr.h | 36 +++--- 42 files changed, 650 insertions(+), 262 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C create mode 100644 gcc/testsuite/g++.dg/torture/pr88861.C