This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a2f2d91aa6 libstdc++: Add pretty printer for std::regex internals new 1918067e2d0 libstdc++: Fix std::error_code pretty printer for versioned [...] new 096228d84e9 libstdc++: Improvements to standard error category objects [...] new 3633cc54284 libstdc++: Implement P1328 "Making std::type_info::operator [...]
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/config/abi/pre/gnu.ver | 3 + libstdc++-v3/include/bits/c++config | 10 ++- libstdc++-v3/include/std/version | 1 + libstdc++-v3/libsupc++/tinfo.cc | 7 ++ libstdc++-v3/libsupc++/typeinfo | 96 ++++++++++++++-------- libstdc++-v3/python/libstdcxx/v6/printers.py | 2 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 25 +++--- libstdc++-v3/src/c++11/future.cc | 26 +++--- .../testsuite/18_support/type_info/constexpr.cc | 48 +++++++++++ 9 files changed, 163 insertions(+), 55 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/type_info/constexpr.cc