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 70ce330a385 [arm] PR target/89400 fix thumb1 unaligned access expansion adds 120e39b94b1 os/user: disable TestGroupIds for AIX adds 2051f7c009d Avoid -Woverflow warning in __numeric_limits_integer adds 85015e21c5a Fix new testcase to not require std::copysign adds d2199dbca72 compiler: recognize and optimize array range clear adds ee5dc49a579 Daily bump. adds 476bdccfa0e 2019-05-04 François Dumont fdumont@gcc.gnu.org adds 988155f3832 Add myself to MAINTAINERS. adds fdad3d15803 Add missing PR libstdc++/90277 reference. adds 83c019429b0 * crontab: Snapshots from trunk are now GCC 10 related. A [...] adds 8017553455a Fix std::hashstd::error_condition adds 98a3d630a1a Improve API docs for <system_error> header adds 84eda927e0c PR libstdc++/90299 make filesystem::absolute overloads consistent
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + MAINTAINERS | 1 + gcc/DATESTAMP | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 116 ++++++++++++++++++++ gcc/go/gofrontend/expressions.h | 32 +++++- gcc/go/gofrontend/runtime.def | 8 ++ gcc/go/gofrontend/statements.cc | 118 +++++++++++++++++++++ gcc/go/gofrontend/statements.h | 5 + libgo/go/os/user/user_test.go | 3 + libgo/go/runtime/mbarrier.go | 1 + libstdc++-v3/ChangeLog | 62 +++++++++++ libstdc++-v3/include/bits/hashtable.h | 3 +- libstdc++-v3/include/bits/hashtable_policy.h | 46 +++++--- libstdc++-v3/include/ext/numeric_traits.h | 4 +- libstdc++-v3/include/std/system_error | 92 +++++++++++++--- libstdc++-v3/libsupc++/exception | 4 + libstdc++-v3/libsupc++/exception_ptr.h | 7 ++ libstdc++-v3/libsupc++/nested_exception.h | 8 ++ libstdc++-v3/src/c++11/compatibility-c++0x.cc | 4 +- libstdc++-v3/src/c++11/hashtable_c++0x.cc | 32 ++++-- libstdc++-v3/src/c++17/fs_ops.cc | 5 +- .../error_condition/hash.cc} | 25 +++-- .../unordered_set/hash_policy/71181.cc | 27 +++-- .../unordered_set/hash_policy/power2_rehash.cc | 13 +-- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 20 +++- .../27_io/filesystem/operations/absolute.cc | 28 +++++ maintainer-scripts/ChangeLog | 5 + maintainer-scripts/crontab | 3 +- 29 files changed, 603 insertions(+), 77 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 19_diagnostics/error_cond [...]