This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f9f1a6efaae libstdc++: Fix UB in atomic_ref/wait_notify.cc [PR101761] new 869107c9c97 libstdc++: Add noexcept to unique_ptr accessors new 9d813ddd978 libstdc++: Add noexcept to std::to_string overloads that do [...] new 2c351dafcbc libstdc++: Fix recipes for C++11-compiled files in src/c++98 new e67917f5df9 libstdc++: Add missing constraint to std::span deduction gu [...] new 734b2c2eedc libstdc++: Add missing 'constexpr' to std::tuple [PR102270] new 21c760510d3 libstdc++: Remove non-deducible parameter for std::advance [...] new cbe705a2f74 libstdc++: Add noexcept to std::nullopt_t constructor new bd0df30a7bc libstdc++: Update documentation that only refers to c++98 a [...] new 43378933060 libstdc++: Increase timeout factor for slow pb_ds tests new fce4e12f8ef libstdc++: Regenerate the src/debug Makefiles as needed
The 10 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/using_macros.html | 2 +- libstdc++-v3/doc/xml/manual/using.xml | 2 +- libstdc++-v3/include/bits/basic_string.h | 12 +++++ libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 8 +-- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/include/std/span | 2 +- libstdc++-v3/include/std/tuple | 16 ++++++ libstdc++-v3/src/Makefile.am | 2 +- libstdc++-v3/src/Makefile.in | 2 +- libstdc++-v3/src/c++98/Makefile.am | 4 +- libstdc++-v3/src/c++98/Makefile.in | 4 +- libstdc++-v3/testsuite/20_util/tuple/cons/102270.C | 61 ++++++++++++++++++++++ .../ext/pb_ds/regression/tree_map_rand.cc | 2 +- .../ext/pb_ds/regression/tree_set_rand.cc | 2 +- 15 files changed, 106 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/102270.C