This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5570e8 Update links to libstdc++ Doxygen pages new cce8e59 libstdc++/68297 avoid throw/catch in make_exception_ptr
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: libstdc++-v3/ChangeLog | 27 ++++++++ .../config/abi/pre/gnu-versioned-namespace.ver | 2 + libstdc++-v3/config/abi/pre/gnu.ver | 7 +++ libstdc++-v3/include/Makefile.am | 2 + libstdc++-v3/include/Makefile.in | 2 + libstdc++-v3/libsupc++/Makefile.am | 2 +- libstdc++-v3/libsupc++/Makefile.in | 2 +- libstdc++-v3/libsupc++/cxxabi.h | 9 +-- .../{cxxabi_forced.h => cxxabi_init_exception.h} | 71 ++++++++++++++-------- libstdc++-v3/libsupc++/eh_throw.cc | 27 +++++--- libstdc++-v3/libsupc++/exception | 29 +-------- .../libsupc++/{cxxabi_forced.h => exception.h} | 64 ++++++++++++------- libstdc++-v3/libsupc++/exception_ptr.h | 25 +++++++- libstdc++-v3/libsupc++/typeinfo | 2 +- libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 15 files changed, 173 insertions(+), 101 deletions(-) copy libstdc++-v3/libsupc++/{cxxabi_forced.h => cxxabi_init_exception.h} (53%) copy libstdc++-v3/libsupc++/{cxxabi_forced.h => exception.h} (50%)