This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9812eb1 [ARC] Use GOTOFFPC relocation for pc-relative accesses. new a59a0ec Optimize inserting value_type into std::vector
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: libstdc++-v3/ChangeLog | 9 + libstdc++-v3/include/bits/stl_vector.h | 9 + libstdc++-v3/include/bits/vector.tcc | 2 +- .../vector/modifiers/insert_vs_emplace.cc | 573 +++++++++++++++++++++ 4 files changed, 592 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/insert_vs [...]