This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e97e9929650 Check operand for type, not LHS. new c470f3ea86a libstdc++: Make std::rethrow_if_nested work without RTTI new c829b04bc3e libstdc++: Allow std::swap to find overload for std::exception_ptr new 8659bcd6b7e libstdc++: Add noexcept to std::launch operators new 7f40ac326a1 libstdc++: Make std::thread::_State private
The 4 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/doc/doxygen/user.cfg.in | 1 + libstdc++-v3/include/bits/std_thread.h | 21 ++-- libstdc++-v3/include/std/future | 14 +-- libstdc++-v3/libsupc++/exception_ptr.h | 19 +++- libstdc++-v3/libsupc++/nested_exception.h | 116 +++++++++++++++++---- libstdc++-v3/src/c++11/thread.cc | 1 + .../nested_exception/rethrow_if_nested-term.cc | 33 ++++++ 7 files changed, 166 insertions(+), 39 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_n [...]