This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b513e4f3e09 Ada: Add missing guard before accessing the Underlying_Reco [...] new 8aff55e2598 libstdc++: Fix constexpr exceptions for -fno-exceptions new 9b6b7fed78c libstdc++: Correct value of __cpp_lib_constexpr_exceptions [...] new 9c75032b400 libstdc++: Protect PSTL headers against overloaded commas
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/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 4 +- libstdc++-v3/include/pstl/algorithm_impl.h | 24 ++--- libstdc++-v3/include/pstl/memory_impl.h | 4 +- libstdc++-v3/include/pstl/numeric_impl.h | 4 +- libstdc++-v3/libsupc++/exception | 1 + libstdc++-v3/libsupc++/exception_ptr.h | 113 ++++++++++----------- .../testsuite/18_support/exception/version.cc | 10 ++ 8 files changed, 85 insertions(+), 77 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/exception/version.cc