This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from feec7ef6672 libstdc++: Improve error handling in Net TS name resolution new 763eb1f1923 libstdc++: Add missing return for atomic timed wait [PR102074] new f63e86f797d libstdc++: Remove redundant noexcept-specifier on definitions new 1cacdef0d1a libstdc++: Fix broken autoconf check for O_NONBLOCK
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/configure | 8 ++++---- libstdc++-v3/configure.ac | 8 ++++---- libstdc++-v3/include/bits/atomic_timed_wait.h | 2 ++ libstdc++-v3/src/c++11/system_error.cc | 4 ++-- .../testsuite/19_diagnostics/error_category/noexcept.cc | 13 +++++++++++++ .../testsuite/19_diagnostics/system_error/noexcept.cc | 6 ++++++ 6 files changed, 31 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/noexcept.cc create mode 100644 libstdc++-v3/testsuite/19_diagnostics/system_error/noexcept.cc