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-allyesconfig 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 adds 76ea00a14d2 Fix ICE due to "combine" creating unreachable EH blocks (PR [...] adds 46c0cb43b0a [D] Fix failing EH execution test on i386. adds 7d476f3065d [libbacktrace] Factor out read_referenced_name_from_attr adds 78609a92514 syscall: mark C syscall functions noescape adds 93478c9fa2c Fix failing filesystem tests on mingw targets adds af0ac1f562d [libbacktrace] Read .gnu_debugaltlink adds 477b4e4c711 [libbacktrace] Return struct dwarf_data pointer from elf_add adds 7ad450d17aa [libbacktrace] Add altlink field to struct dwarf_data adds 151e535016d [libbacktrace] Handle alt FORMS without .gnu_debugaltlink adds 48da990d800 [libbacktrace] Handle DW_FORM_GNU_strp_alt adds 620f4ae9fc8 Daily bump. new a581d79bc3d runtime: dropg before CAS g status to _Grunnable/_Gwaiting new c6e0dd3d13f PR target/87306 * gcc.dg/vect/bb-slp-pow-1.c: Modif [...]
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: ChangeLog | 8 + MAINTAINERS | 2 + gcc/ChangeLog | 69 ++++++++ gcc/DATESTAMP | 2 +- 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/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 38 ++++ 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 +- gcc/testsuite/gcc.dg/vect/bb-slp-pow-1.c | 6 +- libbacktrace/ChangeLog | 57 ++++++ libbacktrace/Makefile.in | 2 +- libbacktrace/dwarf.c | 192 ++++++++++++++------- libbacktrace/elf.c | 102 ++++++++++- libbacktrace/internal.h | 6 +- libbacktrace/pecoff.c | 4 +- libbacktrace/xcoff.c | 4 +- libgo/go/runtime/proc.go | 11 +- libgo/go/runtime/runtime2.go | 6 + libgo/go/runtime/traceback_gccgo.go | 15 +- libgo/go/syscall/exec_linux.go | 1 + libgo/go/syscall/mksyscall.awk | 1 + libstdc++-v3/ChangeLog | 53 ++++++ libstdc++-v3/config/abi/pre/gnu.ver | 22 ++- libstdc++-v3/include/bits/c++config | 8 + libstdc++-v3/include/bits/shared_ptr.h | 36 ++-- libstdc++-v3/include/bits/unique_ptr.h | 36 ++-- libstdc++-v3/src/c++17/fs_ops.cc | 5 +- libstdc++-v3/src/filesystem/ops.cc | 5 +- .../27_io/filesystem/operations/canonical.cc | 27 +-- .../testsuite/27_io/filesystem/operations/copy.cc | 5 + .../filesystem/operations/create_directories.cc | 2 + .../27_io/filesystem/operations/exists.cc | 5 + .../27_io/filesystem/operations/is_empty.cc | 5 + .../27_io/filesystem/operations/permissions.cc | 1 + .../27_io/filesystem/operations/remove.cc | 8 + .../27_io/filesystem/operations/remove_all.cc | 4 + .../27_io/filesystem/operations/status.cc | 5 + .../filesystem/operations/weakly_canonical.cc | 37 +++- .../filesystem/operations/canonical.cc | 10 +- .../experimental/filesystem/operations/copy.cc | 5 + .../filesystem/operations/create_directories.cc | 2 + .../experimental/filesystem/operations/exists.cc | 5 + .../experimental/filesystem/operations/is_empty.cc | 5 + .../filesystem/operations/permissions.cc | 1 + .../experimental/filesystem/operations/remove.cc | 9 + .../filesystem/operations/remove_all.cc | 4 + .../experimental/filesystem/operations/space.cc | 17 +- 77 files changed, 1090 insertions(+), 335 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