This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 83c019429b0 * crontab: Snapshots from trunk are now GCC 10 related. A [...] new 8017553455a Fix std::hashstd::error_condition new 98a3d630a1a Improve API docs for <system_error> header new 84eda927e0c PR libstdc++/90299 make filesystem::absolute overloads consistent
The 3 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: libstdc++-v3/ChangeLog | 29 +++++++ 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++17/fs_ops.cc | 5 +- .../error_condition/hash.cc} | 25 ++++-- .../27_io/filesystem/operations/absolute.cc | 28 +++++++ 9 files changed, 175 insertions(+), 27 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 19_diagnostics/error_cond [...]