This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from e60a7bbd0da Daily bump. new 24f8b16748d libstdc++: Fix name of <experimental/optional> in comment new 6930165acd0 libstdc++: Fix uses_allocator_construction_args for pair<T& [...] new 3ca17b2b6be libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [...] new 7ced3e5179e libstdc++: Fix dangling reference in filesystem::path::filename() new b9e35103581 libstdc++: Reduce Doxygen output for PDF new ee1a8294754 libstdc++: Fix outdated docs about demangling exception messages new ba029848abe libstdc++: Fix error in doxygen comments in <atomic> new 71b813c37f1 libstdc++: Add pretty printer for std::span new bbe24ab6bae libstdc++: Add pretty printer for std::initializer_list new 9b21c68e483 libstdc++: Fix printing of std::span for versioned namespace new fb0c2b05b83 libstdc++: Add missing runtime exception to licence notice new 525f73e0d91 libstdc++: Document LWG 1203 API change in manual
The 12 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 | 2 +- libstdc++-v3/doc/html/manual/bugs.html | 3 + libstdc++-v3/doc/html/manual/ext_demangling.html | 13 +---- libstdc++-v3/doc/xml/manual/extensions.xml | 13 +---- libstdc++-v3/doc/xml/manual/intro.xml | 6 ++ libstdc++-v3/include/bits/fs_path.h | 6 +- libstdc++-v3/include/bits/gslice_array.h | 2 + libstdc++-v3/include/bits/indirect_array.h | 2 + libstdc++-v3/include/bits/mask_array.h | 2 + libstdc++-v3/include/bits/slice_array.h | 2 + libstdc++-v3/include/bits/uses_allocator_args.h | 7 ++- libstdc++-v3/include/experimental/optional | 2 +- libstdc++-v3/include/std/atomic | 1 + libstdc++-v3/include/std/barrier | 9 ++- libstdc++-v3/include/std/valarray | 2 + libstdc++-v3/python/libstdcxx/v6/printers.py | 61 ++++++++++++++++++- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 5 +- .../testsuite/20_util/pair/astuple/get-2.cc | 68 ++++++++++++++++++++++ .../testsuite/20_util/scoped_allocator/108952.cc | 23 ++++++++ .../testsuite/20_util/uses_allocator/lwg3527.cc | 22 +++++++ .../testsuite/libstdc++-prettyprinters/cxx11.cc | 6 ++ .../testsuite/libstdc++-prettyprinters/cxx20.cc | 11 ++++ .../testsuite/libstdc++-xmethods/shared_ptr.cc | 7 +++ 23 files changed, 242 insertions(+), 33 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/astuple/get-2.cc create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/108952.cc create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3527.cc