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-allmodconfig in repository toolchain/ci/gcc.
from cf97f636d19 PR tree-optimization/89570 * match.pd (vec_cond into cond [...] adds 06229fe5bcb PR middle-end/89590 * builtins.c (maybe_emit_free_warning [...] adds 1a5718763ae dg-extract-results.sh: Fix order of WARNING and following t [...] adds cd1161a233c dg-extract-results.py: Handle case where a WARNING happens [...] adds 6783c698ca9 PR target/89587 * config/rs6000/t-linux (MULTIARCH_DIRNAM [...] adds 2e73e63a6db Define midpoint and lerp functions for C++20 (P0811R3) adds 0570cb84a09 PR go/89598 compiler: use GMP_RNDN rather than MPFR_RNDN adds 07b089176a7 sysinfo: add Flags to Statfs_t if not already there adds cd5a9ed1f35 * class.c (is_really_empty_class): Add ignore_vptr parm. adds 152b1d2a6cb PR c++/86485 - -Wmaybe-unused with empty class ?: adds 288fd7232e1 cmd/go: pass -X64 to ar on aix/ppc64 adds c7d4f57ab93 PR libgfortran/89593 * caf/single.c (_gfortran_caf_sendge [...] adds 5eafed61f53 runtime: enable precise GC checks when using stack maps adds 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 new ad0ce1a5e76 mksysinfo: actually use modified Statfs_t value new b4af2395834 Add feature test macro for bounded array traits
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 | 16 + contrib/check-params-in-docs.py | 5 +- contrib/dg-extract-results.py | 4 +- contrib/dg-extract-results.sh | 1 + gcc/ChangeLog | 29 ++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 3 + gcc/config/arc/arc-c.def | 2 +- gcc/config/arc/arc.c | 4 + gcc/config/arc/arc.h | 2 +- gcc/config/rs6000/t-linux | 2 +- gcc/cp/ChangeLog | 12 + gcc/cp/call.c | 2 +- gcc/cp/class.c | 18 +- gcc/cp/constexpr.c | 12 +- gcc/cp/cp-gimplify.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/init.c | 2 +- gcc/doc/gcov.texi | 10 +- gcc/doc/sourcebuild.texi | 2 +- gcc/gimplify.c | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 6 +- gcc/testsuite/ChangeLog | 11 + gcc/testsuite/g++.dg/init/empty2.C | 12 + gcc/testsuite/gcc.dg/pr89590.c | 11 + gcc/testsuite/gcc.dg/uninit-pred-8_b.c | 5 +- libgfortran/ChangeLog | 6 + libgfortran/caf/single.c | 6 +- libgo/go/cmd/go/internal/work/gccgo.go | 13 +- libgo/go/runtime/mgcmark.go | 4 +- libgo/go/runtime/mgcsweep.go | 6 +- libgo/go/runtime/runtime1.go | 4 +- libgo/mksysinfo.sh | 13 +- libsanitizer/ChangeLog | 8 + libsanitizer/sanitizer_common/sanitizer_platform.h | 6 +- libsanitizer/ubsan/ubsan_type_hash_itanium.cc | 1 + libstdc++-v3/ChangeLog | 105 +++++ libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/bits/ptr_traits.h | 2 +- libstdc++-v3/include/c_compatibility/math.h | 4 + libstdc++-v3/include/c_global/cmath | 35 ++ libstdc++-v3/include/std/numeric | 46 +- libstdc++-v3/include/std/type_traits | 22 + libstdc++-v3/include/std/variant | 487 ++++++++++++--------- libstdc++-v3/include/std/version | 2 + 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 ++ libstdc++-v3/testsuite/26_numerics/lerp.cc | 124 ++++++ .../testsuite/26_numerics/midpoint/floating.cc | 65 +++ .../testsuite/26_numerics/midpoint/integral.cc | 121 +++++ .../testsuite/26_numerics/midpoint/pointer.cc | 62 +++ .../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 +++ 65 files changed, 1642 insertions(+), 281 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/empty2.C create mode 100644 gcc/testsuite/gcc.dg/pr89590.c 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/26_numerics/lerp.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/midpoint/floating.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/midpoint/integral.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/midpoint/pointer.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 [...]