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 ccba1513d34 modulo-sched: skip loops with strange register defs [PR100225] new d22de093a91 IBM Z: Fix error checking for builtin vec_permi new e99763ee6da libstdc++: Do not use deduced return type for std::visit [P [...] new cea2b1a52b3 libstdc++: Fix undefined behaviour in testsuite new 00ddf72a6f5 libstdc++: Fix null dereference in pb_ds containers new 48a3af6f615 libstdc++: Fix undefined behaviour in std::string new 9ff7e01b7f7 libstdc++: Fix null dereferences in std::promise new 4f354e7447c libstdc++: Add tests for std::invoke feature test macro new ca7d2f2ec91 libstdc++: Implement LWG 1203 for rvalue iostreams
The 8 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: gcc/config/s390/s390-builtins.def | 44 ++++------- gcc/config/s390/s390.c | 7 +- .../gcc.target/s390/zvector/imm-range-error-1.c | 2 +- gcc/testsuite/gcc.target/s390/zvector/vec-permi.c | 54 ++++++++++++++ libstdc++-v3/include/bits/basic_string.h | 7 +- .../pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp | 26 ++++--- libstdc++-v3/include/std/future | 64 +++++++++++----- libstdc++-v3/include/std/istream | 74 ++++-------------- libstdc++-v3/include/std/ostream | 87 ++++++++-------------- libstdc++-v3/include/std/variant | 50 ++++++------- libstdc++-v3/testsuite/20_util/from_chars/3.cc | 2 +- .../testsuite/20_util/function_objects/invoke/3.cc | 7 +- .../20_util/function_objects/invoke/version.cc | 9 +++ libstdc++-v3/testsuite/20_util/variant/100384.cc | 9 +++ .../testsuite/24_iterators/reverse_iterator/2.cc | 8 +- .../copy_backward/move_iterators/69478.cc | 2 +- .../testsuite/25_algorithms/move_backward/69478.cc | 2 +- .../testsuite/25_algorithms/move_backward/93872.cc | 2 +- .../extractors_character/char/lwg2499_neg.cc | 12 +-- .../extractors_character/wchar_t/lwg2499_neg.cc | 4 +- .../27_io/basic_istream/extractors_other/char/4.cc | 77 +++++++------------ .../basic_istream/extractors_other/wchar_t/4.cc | 77 +++++++------------ .../27_io/basic_ostream/inserters_other/char/6.cc | 78 +++++++------------ .../basic_ostream/inserters_other/wchar_t/6.cc | 78 +++++++------------ .../testsuite/27_io/filesystem/path/io/dr2989.cc | 1 + libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc | 11 --- libstdc++-v3/testsuite/27_io/rvalue_streams.cc | 74 ++++++++++++++++-- .../30_threads/promise/members/at_thread_exit2.cc | 1 - 28 files changed, 432 insertions(+), 437 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-permi.c create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/invoke/version.cc create mode 100644 libstdc++-v3/testsuite/20_util/variant/100384.cc