This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap in repository toolchain/ci/gcc.
from b11751dcf08 PR c++/89974 - ICE on a definition of a non-type specializa [...] adds 7395ef5fd90 Daily bump. adds 80d04049662 PR c++/86986 - ICE with TTP with parameter pack. adds 1a08779b89c PR c++/89966 - error with non-type auto tparm. adds 071a07dadd3 PR c++/89948 - ICE with break in statement-expr. adds 9cbde7ad43b Make FMA code cope with redundant negates (PR89956) adds a0b58a7003e Remove usage of apostrophes in error and warning messages ( [...] adds 07eefa79380 Fix ChangeLog entries. adds 82e79b5ecaa 2019-04-05 Richard Biener rguenther@suse.de adds 1e689000b3e PR c++/89973 - -Waddress-of-packed-member ICE with invalid [...] adds 1d469935fd7 * sched-deps.c (sched_macro_fuse_insns): Check retu [...] adds 39b40fa7295 [testsuite] PR71598: Fix testcases again adds d0162866a32 Guard notes for -Waddress-of-packed-member on warning emiss [...] adds 781cb64dd41 PR libstdc++/87431 re-adjust never-valueless optimizations adds aa9c570e47f Make filesystem::path safe for self assignment adds 5a6e0b73c51 Fix directory_iterator handling of DT_UNKNOWN adds 7d0ae2056a4 Share all recursive_directory_iterator state [LWG 2708] adds 0067a809d81 PR libstdc++/89986 export directory_iterator::increment adds 83bd31bf8c8 Use hidden friends for directory iterator comparisons adds bfbd20f7f5d Implement std::visit<R> for C++2a (P0655R1) adds 49666f40628 PR bootstrap/89980 - pointer initialization with empty stri [...] adds 168afa9b04d PR c++/87145 - bogus error converting class type in templa [...] adds e5caaf79145 Daily bump. adds 901be41907b 2019-04-06 Thomas Koenig tkoenig@gcc.gnu.org adds 180a5ec92b6 2019-04-06 Thomas Koenig tkoenig@gcc.gnu.org adds e560fb42d8c Daily bump. adds d7ca95c00d3 c-family/ * c-ada-spec.c (is_float128): New predicate extr [...] adds ef0389c654f Regenerate libiberty/functions.texi adds dd88b0380fc PR target/89945 * config/i386/i386.md (anddi_1 to andsi_1 [...] adds 5224812d466 * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. adds e62a08c882f 2019-04-07 Harald Anlauf anlauf@gmx.de adds 38ce58916b6 Daily bump. adds 56d298ef12b 2019-04-08 Chenghua Xu paul.hua.gm@gmail.com adds d0f56531ff2 [testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.cc adds 7651759baf5 /cp 2019-04-08 Paolo Carlini paolo.carlini@oracle.com adds 8d1448db212 Fix expected scanned pattern. adds 2199e93e52f 2019-04-01 Bin Cheng bin.cheng@linux.alibaba.com adds f7be52cb4cc Add data_file to GCOV interm. format (PR gcov-profile/89961). adds 05eeaf54e56 PR rtl-optimization/89865 * config/i386/i386.md (SWI12 p [...] adds 0c1c590a2d6 PR rtl-optimization/89865 * config/i386/i386.md: Add peep [...] adds 62eeadbc3fe The fma_forest, fma_root_node and func_fma_steering classes [...] adds c802feb3ec0 Add missing libsanitizer extra patch (r259664) (PR sanitize [...] adds 0f22b8fdd6b LOCAL_PATCHES: Add revision. adds 7e41cae0bfc 2019-04-08 Richard Biener rguenther@suse.de adds 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.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 6 + contrib/check-internal-format-escaping.py | 2 +- gcc/ChangeLog | 216 +++++-- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/ada/libgnat/i-cexten.ads | 10 +- gcc/c-family/ChangeLog | 19 + gcc/c-family/c-ada-spec.c | 30 +- gcc/c-family/c-warn.c | 27 +- gcc/collect-utils.c | 2 +- gcc/collect2.c | 10 +- gcc/common/config/riscv/riscv-common.c | 12 +- gcc/config/aarch64/aarch64-cores.def | 2 +- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/aarch64/aarch64.md | 1 + gcc/config/aarch64/cortex-a57-fma-steering.c | 10 + gcc/config/aarch64/tsv110.md | 708 +++++++++++++++++++++ gcc/config/arm/arm.c | 2 +- gcc/config/cris/cris.c | 2 +- gcc/config/darwin-c.c | 24 +- gcc/config/ft32/ft32.c | 2 +- gcc/config/i386/i386.c | 4 +- gcc/config/i386/i386.md | 230 ++++++- gcc/config/i386/xm-djgpp.h | 4 +- gcc/config/iq2000/iq2000.c | 2 +- gcc/config/m32c/m32c.c | 2 +- gcc/config/mips/mips.opt | 2 +- gcc/config/msp430/msp430.c | 18 +- gcc/config/nds32/nds32.c | 6 +- gcc/config/nvptx/mkoffload.c | 2 +- gcc/config/rx/rx.c | 7 +- gcc/config/vms/vms-c.c | 15 +- gcc/cp/ChangeLog | 48 ++ gcc/cp/constexpr.c | 9 + gcc/cp/decl.c | 12 +- gcc/cp/method.c | 9 +- gcc/cp/pt.c | 31 +- gcc/cp/semantics.c | 8 +- gcc/cp/typeck2.c | 5 +- gcc/doc/gcov.texi | 4 + gcc/fortran/ChangeLog | 15 +- gcc/fortran/class.c | 4 + gcc/fortran/gfortran.h | 1 + gcc/fortran/resolve.c | 2 +- gcc/gcov.c | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/lto-wrapper.c | 4 +- gcc/objc/ChangeLog | 7 + gcc/objc/objc-act.c | 18 +- gcc/omp-offload.c | 2 +- gcc/sched-deps.c | 16 +- gcc/symtab.c | 2 +- gcc/testsuite/ChangeLog | 102 ++- gcc/testsuite/c-c++-common/pr89985.c | 19 + gcc/testsuite/g++.dg/cpp0x/constexpr-conv3.C | 25 + gcc/testsuite/g++.dg/cpp0x/constexpr-conv4.C | 25 + gcc/testsuite/g++.dg/cpp0x/variadic-ttp9.C | 10 + gcc/testsuite/g++.dg/cpp1z/nontype-auto15.C | 6 + .../g++.dg/ext/has_nothrow_constructor-3.C | 9 + gcc/testsuite/g++.dg/ext/stmtexpr23.C | 10 + gcc/testsuite/g++.dg/init/array52.C | 100 +++ .../g++.dg/warn/Waddress-of-packed-member2.C | 7 + gcc/testsuite/gcc.dg/guality/loop-1.c | 22 + gcc/testsuite/gcc.dg/guality/pr89892.c | 34 + gcc/testsuite/gcc.dg/guality/pr89905.c | 39 ++ gcc/testsuite/gcc.dg/torture/pr71598-1.c | 2 +- gcc/testsuite/gcc.dg/torture/pr71598-2.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr89725.c | 28 + gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c | 31 + gcc/testsuite/gcc.target/i386/pr49095.c | 6 +- gcc/testsuite/gcc.target/i386/pr89945.c | 21 + gcc/testsuite/gcc.target/riscv/arch-1.c | 2 +- gcc/testsuite/gfortran.dg/entry_22.f90 | 12 + gcc/testsuite/gfortran.dg/finalize_28.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_33.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_34.f90 | 25 + gcc/testsuite/gfortran.dg/pr89956.f90 | 16 + gcc/tlink.c | 4 +- gcc/tree-cfgcleanup.c | 30 +- gcc/tree-chrec.c | 22 +- gcc/tree-chrec.h | 2 +- gcc/tree-data-ref.c | 25 +- gcc/tree-data-ref.h | 7 +- gcc/tree-profile.c | 2 +- gcc/tree-ssa-math-opts.c | 9 +- gcc/tree-vect-data-refs.c | 9 + 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 + libiberty/ChangeLog | 4 + libiberty/functions.texi | 57 +- libsanitizer/ChangeLog | 12 + libsanitizer/LOCAL_PATCHES | 1 + .../sanitizer_platform_limits_linux.cc | 7 +- .../sanitizer_platform_limits_posix.h | 2 +- libstdc++-v3/ChangeLog | 107 ++++ libstdc++-v3/config/abi/pre/gnu.ver | 16 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 +- libstdc++-v3/include/bits/basic_string.h | 17 +- libstdc++-v3/include/bits/fs_dir.h | 64 +- libstdc++-v3/include/bits/fs_path.h | 3 + libstdc++-v3/include/bits/shared_ptr.h | 21 + libstdc++-v3/include/bits/std_function.h | 15 +- libstdc++-v3/include/bits/stl_vector.h | 15 + libstdc++-v3/include/bits/unique_ptr.h | 14 + libstdc++-v3/include/debug/vector | 14 + libstdc++-v3/include/std/any | 15 +- libstdc++-v3/include/std/variant | 232 +++++-- libstdc++-v3/src/c++17/fs_dir.cc | 53 +- libstdc++-v3/src/c++17/fs_path.cc | 3 + libstdc++-v3/testsuite/20_util/variant/87431.cc | 1 + .../testsuite/20_util/variant/exception_safety.cc | 178 ++++++ libstdc++-v3/testsuite/20_util/variant/run.cc | 7 +- .../copy.cc => 20_util/variant/visit_neg.cc} | 40 +- .../20_util/variant/{87431.cc => visit_r.cc} | 60 +- .../27_io/filesystem/iterators/caching.cc | 76 +++ .../filesystem/iterators/directory_iterator.cc | 9 + .../filesystem/iterators/recursion_pending.cc | 139 ++++ .../testsuite/27_io/filesystem/path/assign/copy.cc | 18 + libstdc++-v3/testsuite/util/testsuite_fs.h | 3 + 137 files changed, 3314 insertions(+), 488 deletions(-) create mode 100644 gcc/config/aarch64/tsv110.md create mode 100644 gcc/testsuite/c-c++-common/pr89985.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-conv3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-conv4.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ttp9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto15.C create mode 100644 gcc/testsuite/g++.dg/ext/has_nothrow_constructor-3.C create mode 100644 gcc/testsuite/g++.dg/ext/stmtexpr23.C create mode 100644 gcc/testsuite/g++.dg/init/array52.C create mode 100644 gcc/testsuite/g++.dg/warn/Waddress-of-packed-member2.C create mode 100644 gcc/testsuite/gcc.dg/guality/loop-1.c create mode 100644 gcc/testsuite/gcc.dg/guality/pr89892.c create mode 100644 gcc/testsuite/gcc.dg/guality/pr89905.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89725.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89945.c create mode 100644 gcc/testsuite/gfortran.dg/entry_22.f90 create mode 100644 gcc/testsuite/gfortran.dg/finalize_34.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89956.f90 create mode 100644 libgo/go/cmd/go/testdata/script/cover_pkgall_multiple_mains.txt create mode 100644 libstdc++-v3/testsuite/20_util/variant/exception_safety.cc copy libstdc++-v3/testsuite/{27_io/filesystem/path/assign/copy.cc => 20_util/varia [...] copy libstdc++-v3/testsuite/20_util/variant/{87431.cc => visit_r.cc} (50%) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/recursion_pending.cc