This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cb33116afc2 RISC-V: Refactor requirement of ZVFH and ZVFHMIN. new 3ec1d76a359 libstdc++: Improve tests for emplace member of sequence containers
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: .../23_containers/deque/modifiers/emplace/1.cc | 70 +++++++++++++++++++++ .../23_containers/deque/modifiers/emplace/52799.cc | 27 -------- .../deque/modifiers/emplace/const_iterator.cc | 26 -------- .../23_containers/list/modifiers/emplace/1.cc | 71 ++++++++++++++++++++++ .../23_containers/list/modifiers/emplace/52799.cc | 27 -------- .../list/modifiers/emplace/const_iterator.cc | 26 -------- .../23_containers/vector/modifiers/emplace/1.cc | 70 +++++++++++++++++++++ .../vector/modifiers/emplace/52799.cc | 27 -------- .../vector/modifiers/emplace/const_iterator.cc | 26 -------- 9 files changed, 211 insertions(+), 159 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/1.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/52799.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/co [...] create mode 100644 libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/1.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/52799.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/con [...] create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/1.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/52799.cc delete mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/c [...]