This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 9df216ec3a6 Daily bump. new 04e8f8ac940 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