This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from ebf5768c965 Daily bump. new 3f023bc5bb3 libstdc++: Fix find_type helper to work consistently new cc44169fc7b libstdc++: Simplify constexpr checks in std::char_traits [P [...] new 79fa567e234 libstdc++: Reject std::make_shared<T[]> [PR 99006] new 91d29ed563b libstdc++: Do not use deduced return type for std::visit [P [...] new 3c805829c90 libstdc++: Fix filesystem::path constraints for volatile [P [...]
The 5 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: libitm/testsuite/libitm.c++/libstdc++-pr91488.C | 9 +++++++++ libstdc++-v3/include/bits/char_traits.h | 4 ++-- libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/bits/shared_ptr.h | 2 ++ libstdc++-v3/include/bits/shared_ptr_base.h | 2 ++ libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/std/variant | 19 ++++++++++++++----- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 ++-- .../testsuite/20_util/shared_ptr/creation/99006.cc | 9 +++++++++ libstdc++-v3/testsuite/20_util/variant/100384.cc | 9 +++++++++ .../27_io/filesystem/path/construct/100630.cc | 14 ++++++++++++++ .../experimental/filesystem/path/construct/100630.cc | 14 ++++++++++++++ 12 files changed, 79 insertions(+), 11 deletions(-) create mode 100644 libitm/testsuite/libitm.c++/libstdc++-pr91488.C create mode 100644 libstdc++-v3/testsuite/20_util/shared_ptr/creation/99006.cc create mode 100644 libstdc++-v3/testsuite/20_util/variant/100384.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/100630.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/1 [...]