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 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 adds 2d527eb0848 Fix reference to wrong class in comment new aa3d4957976 Daily bump.
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 | 4 + MAINTAINERS | 1 + gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 54 +++++++++++++ libstdc++-v3/include/bits/hashtable.h | 3 +- libstdc++-v3/include/bits/hashtable_policy.h | 46 +++++++---- 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 +-- .../27_io/filesystem/operations/absolute.cc | 28 +++++++ maintainer-scripts/ChangeLog | 5 ++ maintainer-scripts/crontab | 3 +- 19 files changed, 292 insertions(+), 71 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 19_diagnostics/error_cond [...]