This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02de9d26b18 tree.cc: Fix optimization of DFP default initialization new 0b7c9254998 libstdc++: Optimize operator+(string/char*, char*/string) equally new 530f80451a9 libstdc++: Fix regression in std::stable_sort
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/include/bits/basic_string.h | 9 +--- libstdc++-v3/include/bits/basic_string.tcc | 21 +++++++++ libstdc++-v3/include/bits/stl_algo.h | 5 ++- .../testsuite/25_algorithms/stable_sort/4.cc | 51 ++++++++++++++++++++++ 4 files changed, 77 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_sort/4.cc