This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 77ea22a574f GCOV: remove misleading branches and calls info for -f opti [...] new b03489db2cb PR libstdc++/89090 avoid C++17 features in C++11/C++14 code new eca5e8d48af PR libstdc++/89130 restore support for non-MoveConstructible types
The 2 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/ChangeLog | 27 ++++++++++ libstdc++-v3/include/bits/alloc_traits.h | 29 +++++++--- libstdc++-v3/include/bits/stl_uninitialized.h | 5 +- libstdc++-v3/include/bits/stl_vector.h | 37 ++++++++++++- libstdc++-v3/include/bits/vector.tcc | 32 +++++------ .../vector/modifiers/push_back/89130.cc | 63 ++++++++++++++++++++++ 6 files changed, 162 insertions(+), 31 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back [...]