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-allyesconfig in repository toolchain/ci/gcc.
from 4d1bfcb1e42 [AArch64] Add tsv110 pipeline scheduling adds 5e22ac24d3a libgo: update to Go 1.12.2 adds 67ecd3ae800 * typeck2.c (digest_init_r): Don't condition the object sl [...] adds ff7d433d394 Fix visit<R> for variant. adds 047f007ed96 Daily bump. adds b8b5d11f74f compiler: sort packages in export data more deterministically adds 67fdb54ddfa PR target/90015 * config/riscv/riscv.c (riscv_get_interru [...] adds 37d0d1b1bdd SVE fallout from PR90006 adds e976dfb8d88 Come up with bootstrap-lto-lean config. adds 5f17d3c4a6b PR tree-optimization/89998 * gimple-ssa-sprintf.c (try_su [...] adds b836d522cd1 PR translation/90011 * ipa-devirt.c (compare_virtual_tabl [...] adds fe1f0bcdb57 Hi there, adds a9c7b78d2ea PR translation/90011 * typeck2.c (check_narrowing): Remov [...] adds e4da4897aba Add PSTL internal namespace qualifications new 670b91563cc * gcc.target/i386/ifcvt-onecmpl-abs-1.c (dg-options): Use [...]
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: ChangeLog | 6 + Makefile.in | 207 ++++++++++ Makefile.tpl | 2 + config/ChangeLog | 4 + config/bootstrap-lto-lean.mk | 16 + gcc/ChangeLog | 49 +++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 4 +- gcc/config/aarch64/aarch64-freebsd.h | 2 +- gcc/config/arm/arm.c | 3 +- gcc/config/arm/constraints.md | 26 +- gcc/config/arm/freebsd.h | 2 +- gcc/config/arm/neon.md | 61 +-- gcc/config/darwin.h | 4 +- gcc/config/riscv/freebsd.h | 2 +- gcc/config/riscv/riscv.c | 4 +- gcc/cp/ChangeLog | 10 + gcc/cp/typeck2.c | 7 +- gcc/doc/install.texi | 6 + gcc/gimple-fold.c | 29 +- gcc/gimple-ssa-sprintf.c | 8 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 19 +- gcc/ipa-devirt.c | 2 +- gcc/testsuite/ChangeLog | 21 + gcc/testsuite/gcc.c-torture/compile/pr89998-1.c | 42 ++ gcc/testsuite/gcc.c-torture/compile/pr89998-2.c | 4 + .../gcc.dg/torture/neon-immediate-timode.c | 10 + .../gcc.target/i386/ifcvt-onecmpl-abs-1.c | 8 +- .../gcc.target/riscv/interrupt-conflict-mode.c | 2 +- gcc/tree-vect-data-refs.c | 29 +- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/go/internal/load/pkg.go | 53 ++- libgo/go/cmd/go/internal/load/test.go | 23 +- libgo/go/cmd/go/internal/test/test.go | 2 +- libgo/go/cmd/go/internal/work/build.go | 5 +- libgo/go/cmd/go/internal/work/exec.go | 1 + .../go/testdata/mod/rsc.io_fortune_v2_v2.0.0.txt | 6 + .../script/cover_pkgall_multiple_mains.txt | 43 +++ libgo/go/internal/poll/fd_windows.go | 6 +- libgo/go/net/http/httputil/reverseproxy.go | 5 + libgo/go/net/http/httputil/reverseproxy_test.go | 42 ++ libgo/go/net/lookup.go | 5 +- libgo/go/net/lookup_test.go | 89 ++++- libgo/go/os/path.go | 1 + libgo/go/os/path_unix.go | 2 +- libgo/go/os/removeall_at.go | 38 +- libgo/go/os/removeall_test.go | 15 +- libgo/go/runtime/runtime-lldb_test.go | 1 + libgo/go/syscall/security_windows.go | 1 + libstdc++-v3/ChangeLog | 29 ++ libstdc++-v3/include/pstl/algorithm_impl.h | 427 +++++++++++---------- libstdc++-v3/include/pstl/execution_defs.h | 10 +- libstdc++-v3/include/pstl/execution_impl.h | 22 +- libstdc++-v3/include/pstl/numeric_impl.h | 30 +- libstdc++-v3/include/pstl/parallel_backend_tbb.h | 49 +-- libstdc++-v3/include/pstl/parallel_backend_utils.h | 1 + libstdc++-v3/include/pstl/unseq_backend_simd.h | 8 +- libstdc++-v3/include/std/variant | 78 +++- .../20_util/variant/{visit_r.cc => visit_neg.cc} | 28 +- libstdc++-v3/testsuite/20_util/variant/visit_r.cc | 14 + 62 files changed, 1167 insertions(+), 464 deletions(-) create mode 100644 config/bootstrap-lto-lean.mk create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr89998-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr89998-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/neon-immediate-timode.c create mode 100644 libgo/go/cmd/go/testdata/script/cover_pkgall_multiple_mains.txt copy libstdc++-v3/testsuite/20_util/variant/{visit_r.cc => visit_neg.cc} (59%)