This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bec4570301 Add support of --enable-host-pie to the native Ada compiler new d4f7d18b3ed libstdc++: Fix std::vector::append_range for overlapping ranges new 2848b8dabca libstdc++: Adjust how __gnu_debug::vector detects invalidation new e200f53a555 libstdc++: Optimize std::vector construction from input ite [...] new 479a0a8644e libstdc++: Allow std::ranges::to to create unions new 737a5760bb2 C prototypes for functions returning C function pointers.
The 5 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/fortran/dump-parse-tree.cc | 26 +++- libstdc++-v3/include/bits/stl_bvector.h | 77 ++++++++-- libstdc++-v3/include/bits/stl_vector.h | 158 +++++++++++++++++--- libstdc++-v3/include/bits/vector.tcc | 2 +- libstdc++-v3/include/debug/vector | 14 +- libstdc++-v3/include/std/ranges | 4 +- .../vector/bool/modifiers/insert/append_range.cc | 51 +++++++ .../testsuite/23_containers/vector/cons/108487.cc | 24 +++ .../23_containers/vector/modifiers/append_range.cc | 165 +++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/conv/lwg4229.cc | 18 +++ 10 files changed, 490 insertions(+), 49 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/108487.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/conv/lwg4229.cc