This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3c85c118857 frange: add both zeros to ranges when there's the possiblit [...] new 93257ed603d libstdc++: Add pretty printer for std::stringstreams new 8b1bc3051bd libstdc++: Document LWG 1203 API change in manual new 0bc9aa9c3fc libstdc++: Add assertion to std::promise::set_exception (LWG 2276) new 9a1bc4b463e libstdc++: Add comment to 17_intro/names.cc test
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/html/manual/bugs.html | 3 ++ libstdc++-v3/doc/html/manual/debug_mode_using.html | 7 ++- libstdc++-v3/doc/html/manual/using_macros.html | 5 ++ libstdc++-v3/doc/xml/manual/intro.xml | 6 +++ libstdc++-v3/include/std/future | 1 + libstdc++-v3/python/libstdcxx/v6/printers.py | 56 ++++++++++++++++++++++ libstdc++-v3/testsuite/17_intro/names.cc | 2 + .../promise/members/set_exception_neg.cc | 18 +++++++ .../testsuite/libstdc++-prettyprinters/debug.cc | 15 ++++++ .../testsuite/libstdc++-prettyprinters/simple.cc | 15 ++++++ .../testsuite/libstdc++-prettyprinters/simple11.cc | 15 ++++++ 11 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/30_threads/promise/members/set_exception_neg.cc