This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aa29654b112 i386: Allow string instructions from non-default address sp [...] new 025374559b2 libstdc++: Fix allocator propagation for rvalue+rvalue stri [...] new 42046a0f5d2 libstdc++: Use constexpr-if to simplify std::vector relocation new 5b32ce7f7b9 libstdc++: Use constexpr-if in std::function for C++11 and C++14 new 77687bc0e13 libstdc++: Use constexpr-if for C++11 and C++14
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/include/bits/basic_string.h | 10 +++--- libstdc++-v3/include/bits/char_traits.h | 5 ++- libstdc++-v3/include/bits/locale_conv.h | 7 ++-- libstdc++-v3/include/bits/ostream.h | 4 +-- libstdc++-v3/include/bits/random.tcc | 10 ++++-- libstdc++-v3/include/bits/shared_ptr_base.h | 5 ++- libstdc++-v3/include/bits/std_function.h | 31 +++++----------- libstdc++-v3/include/bits/stl_tree.h | 5 ++- libstdc++-v3/include/bits/stl_vector.h | 26 ++++---------- libstdc++-v3/include/bits/uniform_int_dist.h | 7 ++-- libstdc++-v3/include/bits/valarray_array.h | 15 +++++--- libstdc++-v3/include/bits/vector.tcc | 41 ++++++++++++++-------- libstdc++-v3/include/experimental/numeric | 5 ++- libstdc++-v3/include/std/bit | 27 +++++++------- libstdc++-v3/include/std/bitset | 12 +++++-- libstdc++-v3/include/std/charconv | 15 ++++---- libstdc++-v3/include/tr2/dynamic_bitset | 10 ++++-- .../basic_string/allocator/char/operator_plus.cc | 2 -- .../allocator/wchar_t/operator_plus.cc | 2 -- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- 20 files changed, 136 insertions(+), 105 deletions(-)