This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 250dd5b5604 libstdc++: Refactor bound arguments storage for bind_front/back new 390f3a690cf libstdc++: Do not require assignment for vector::resize(n, [...]
The 1 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/stl_vector.h | 9 ++- libstdc++-v3/include/bits/vector.tcc | 60 ++++++++++++++++++- .../23_containers/vector/modifiers/moveable.cc | 6 +- .../23_containers/vector/modifiers/resize.cc | 69 ++++++++++++++++++++++ .../backward/hash_set/check_construct_destroy.cc | 25 ++++---- 5 files changed, 148 insertions(+), 21 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/resize.cc