This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from c839965c2ef debug/101533 - ICE with variant typedef DIE generation new 6b11aed73f6 libstdc++: Fix -Warray-bounds warning in std::vector::resiz [...] new 4366711d2d6 libstdc++: Fix bogus -Wstringop-overflow in std::vector::in [...] new f0c4ffcd86e libstdc++: Fix -Wstringop-overread warning in std::vector<b [...] new 9d5baaa92c6 libstdc++: Fix -Warray-bounds warning in std::vector<bool> [...] new 58a2b7f0558 libstdc++: Fix ranges::iter_move handling of rvalues [PR106612] new 88f0c1fe282 libstdc++: Fix std::ranges::iter_move for function referenc [...]
The 6 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/iterator_concepts.h | 43 ++++++--- libstdc++-v3/include/bits/vector.tcc | 15 ++- .../23_containers/vector/bool/capacity/110498.cc | 18 ++++ .../23_containers/vector/bool/capacity/114758.cc | 12 +++ .../23_containers/vector/capacity/114945.cc | 36 +++++++ .../vector/modifiers/insert/117983.cc | 17 ++++ .../24_iterators/customization_points/iter_move.cc | 106 +++++++++++++++++++++ 7 files changed, 233 insertions(+), 14 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/capacity/110498.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/capacity/114758.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/capacity/114945.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/117983.cc