This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2da1c9f S/390: Add support for z13 instructions lochi and locghi. new c1e8e16 Fix std::vector's use of temporary objects new 6aa6fa5 Add tests for inserting aliased objects into std::vector
The 2 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/ChangeLog | 30 +++++ libstdc++-v3/include/bits/stl_vector.h | 62 +++++++-- libstdc++-v3/include/bits/vector.tcc | 65 +++++++--- .../23_containers/vector/allocator/construction.cc | 105 +++++++++++++++ .../vector/check_construct_destroy.cc | 4 +- .../vector/modifiers/emplace/self_emplace.cc | 144 +++++++++++++++++++++ .../modifiers/insert/self_insert.cc} | 57 +++++--- .../vector/modifiers/insert_vs_emplace.cc | 7 +- .../backward/hash_set/check_construct_destroy.cc | 23 ++-- 9 files changed, 431 insertions(+), 66 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/allocator/construction.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/s [...] copy libstdc++-v3/testsuite/23_containers/{unordered_set/insert/move_range.cc => v [...]