This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c4d61814304 RISC-V: Support NPATTERNS = 1 stepped vector[PR110950] new b9e5a4b4f03 libstdc++: Minor fixes for some warnings in <format> new 008e439f34d libstdc++: Explicitly default some copy ctors and assignments new af89c7792d7 libstdc++: Fix some -Wunused-parameter warnings new 5b46eacc494 libstdc++: Fix some -Wmismatched-tags warnings new 798b1f04762 libstdc++: Suppress clang -Wc99-extensions warnings in <complex> new 9bd194434ac libstdc++: Fix a -Wsign-compare warning in std::list new b3a2b307b9d libstdc++: Fix constexpr functions to conform to older standards
The 7 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/include/bits/alloc_traits.h | 3 ++- libstdc++-v3/include/bits/chrono.h | 6 +++-- libstdc++-v3/include/bits/list.tcc | 2 +- libstdc++-v3/include/bits/new_allocator.h | 4 ++++ libstdc++-v3/include/bits/regex_executor.tcc | 2 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 10 ++++----- libstdc++-v3/include/bits/stl_algobase.h | 15 +++++-------- libstdc++-v3/include/bits/stl_tree.h | 2 +- libstdc++-v3/include/bits/stl_uninitialized.h | 3 +-- libstdc++-v3/include/bits/streambuf_iterator.h | 2 +- libstdc++-v3/include/bits/uses_allocator.h | 2 +- libstdc++-v3/include/c_global/cmath | 6 ++--- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/std/charconv | 2 +- libstdc++-v3/include/std/chrono | 10 ++++----- libstdc++-v3/include/std/complex | 22 +++++++++++++++++++ libstdc++-v3/include/std/format | 28 +++++++++++------------- libstdc++-v3/include/std/future | 8 +++---- libstdc++-v3/include/std/optional | 4 ++-- libstdc++-v3/include/std/scoped_allocator | 8 +++---- libstdc++-v3/include/std/tuple | 16 +++++++------- libstdc++-v3/include/std/valarray | 12 +++++----- 22 files changed, 96 insertions(+), 73 deletions(-)