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 9bc92112cad Daily bump. adds 29d43984dcd PR go/89598 compiler: use GMP_RNDN rather than MPFR_RNDN adds d43832dbaf7 Ignore a param in check-params-in-docs.py adds 36abed96671 Use --coverage instead of -fprofile-arcs -ftest-coverage in [...] adds b24b9c77f1a 2019-03-06 Richard Biener rguenther@suse.de adds f7de65b6acc [ARC] Fix logic set UNALIGNED_ACCESS adds 13825fb24ec Constexpr in std::pointer_traits (P1006R1) adds 8946305ca71 Charry pick libsanitizer r355488 (PR sanitizer/88684). adds a17f06b3f0a Add C++20 Traits for [Un]bounded Arrays (P1357R1) adds 2613fa6bad3 Add L suffix to __cpp_lib_char8_t value adds 49c83dca49c Rewrite variant, also PR libstdc++/85517 adds f1857b8bb8a 2019-03-06 Edward Smith-Rowland 3dw4rd@verizon.net adds ad0ce1a5e76 mksysinfo: actually use modified Statfs_t value adds b4af2395834 Add feature test macro for bounded array traits adds 55d0cc00ed5 PR c++/87378 - bogus -Wredundant-move warning. * typeck.c [...] adds 409a6c36b74 gcc/ PR rtl-optimization/88845 * config/rs6000/rs6000.c ( [...] adds ea101a01ea9 * encoding.c (DFmode): #undef before #define. adds 02daf5d2ca0 PR c++/89576 - if constexpr of lambda capture. adds aa49bda0083 PR c++/87148 * init.c (build_value_init_noctor): Ignore f [...] adds bc17f5fddc3 PR c++/89381 - implicit copy and using-declaration. adds 6a7ceb2651b compiler: emit underlying constant in array_type length export adds f819732854d 2019-03-06 Harald Anlauf anlauf@gmx.de new 5c3d26385e8 Daily bump. new 670c309072a PR go/89227 * go-gcc.cc (Gcc_backend::function): Set TREE [...]
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: contrib/ChangeLog | 4 + contrib/check-params-in-docs.py | 5 +- gcc/ChangeLog | 23 + gcc/DATESTAMP | 2 +- gcc/config/arc/arc-c.def | 2 +- gcc/config/arc/arc.c | 4 + gcc/config/arc/arc.h | 2 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/cp/ChangeLog | 25 ++ gcc/cp/class.c | 4 +- gcc/cp/init.c | 9 + gcc/cp/semantics.c | 4 +- gcc/cp/typeck.c | 31 +- gcc/doc/gcov.texi | 10 +- gcc/doc/sourcebuild.texi | 2 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/expr.c | 10 +- gcc/go/ChangeLog | 6 + gcc/go/go-gcc.cc | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 2 +- gcc/go/gofrontend/types.cc | 15 +- gcc/lra.c | 67 +-- gcc/testsuite/ChangeLog | 27 ++ gcc/testsuite/g++.dg/cpp0x/Wredundant-move1.C | 3 +- gcc/testsuite/g++.dg/cpp0x/Wredundant-move7.C | 59 +++ gcc/testsuite/g++.dg/cpp0x/implicit16.C | 37 ++ gcc/testsuite/g++.dg/cpp1z/constexpr-if15.C | 2 +- gcc/testsuite/g++.dg/cpp1z/constexpr-if28.C | 11 + gcc/testsuite/g++.dg/ext/flexary34.C | 10 + gcc/testsuite/gcc.dg/uninit-pred-8_b.c | 5 +- gcc/testsuite/gcc.target/powerpc/pr88845.c | 24 + gcc/testsuite/gfortran.dg/substr_8.f90 | 15 + libgo/mksysinfo.sh | 9 +- libobjc/ChangeLog | 193 ++++---- libobjc/encoding.c | 1 + libsanitizer/ChangeLog | 8 + libsanitizer/sanitizer_common/sanitizer_platform.h | 6 +- libsanitizer/ubsan/ubsan_type_hash_itanium.cc | 1 + libstdc++-v3/ChangeLog | 89 ++++ libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/bits/ptr_traits.h | 2 +- libstdc++-v3/include/std/type_traits | 22 + libstdc++-v3/include/std/variant | 487 ++++++++++++--------- libstdc++-v3/include/std/version | 1 + libstdc++-v3/include/tr1/legendre_function.tcc | 28 +- .../requirements/explicit_instantiation.cc | 29 ++ .../is_bounded_array/requirements/typedefs.cc | 33 ++ .../testsuite/20_util/is_bounded_array/value.cc | 74 ++++ .../requirements/explicit_instantiation.cc | 29 ++ .../is_unbounded_array/requirements/typedefs.cc | 33 ++ .../testsuite/20_util/is_unbounded_array/value.cc | 73 +++ .../20_util/pointer_traits/pointer_to_constexpr.cc | 27 ++ libstdc++-v3/testsuite/20_util/variant/compile.cc | 8 +- libstdc++-v3/testsuite/20_util/variant/run.cc | 34 ++ .../testsuite/experimental/feat-char8_t.cc | 4 +- .../special_functions/02_assoc_legendre/pr86655.cc | 56 +++ .../special_functions/20_sph_legendre/pr86655.cc | 56 +++ .../special_functions/02_assoc_legendre/pr86655.cc | 56 +++ .../special_functions/22_sph_legendre/pr86655.cc | 56 +++ 60 files changed, 1458 insertions(+), 389 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wredundant-move7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit16.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if28.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary34.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr88845.c create mode 100644 gcc/testsuite/gfortran.dg/substr_8.f90 create mode 100644 libstdc++-v3/testsuite/20_util/is_bounded_array/requirements/ex [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_bounded_array/requirements/ty [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_bounded_array/value.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_unbounded_array/requirements/ [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_unbounded_array/requirements/ [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_unbounded_array/value.cc create mode 100644 libstdc++-v3/testsuite/20_util/pointer_traits/pointer_to_constexpr.cc create mode 100644 libstdc++-v3/testsuite/special_functions/02_assoc_legendre/pr86655.cc create mode 100644 libstdc++-v3/testsuite/special_functions/20_sph_legendre/pr86655.cc create mode 100644 libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_funct [...] create mode 100644 libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_funct [...]