This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ed3de423f16 Avoid printing range table header alone. new 971df602e0a Fix PR c++/66590: incorrect warning "reaches end of non-voi [...] new 2cd229dec8d libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048] new ead408529d7 libstdc++: Fix conditions for optimizing uninitialized algo [...]
The 3 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/cp/cp-objcp-common.c | 9 ++ gcc/testsuite/g++.dg/warn/Wreturn-5.C | 15 ++++ libstdc++-v3/include/bits/stl_uninitialized.h | 100 ++++++++++++--------- libstdc++-v3/include/ext/rope | 5 -- .../specialized_algorithms/uninitialized_copy/1.cc | 2 +- .../uninitialized_copy/102064.cc | 52 +++++++++++ .../uninitialized_copy_n/102064.cc | 48 ++++++++++ .../uninitialized_fill/102064.cc | 51 +++++++++++ .../uninitialized_fill_n/102064.cc | 51 +++++++++++ .../testsuite/23_containers/vector/cons/89164.cc | 14 ++- .../23_containers/vector/cons/89164_c++17.cc | 49 ---------- 11 files changed, 299 insertions(+), 97 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-5.C create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...] delete mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/89164_c++17.cc