This is an automated email from the git hooks/post-receive script.
git pushed a change to branch gcc-8-branch in repository gcc.
from 464a2fb2643 2018-10-24 Richard Biener rguenther@suse.de adds d09a6c1d743 Daily bump. adds 0a33009a00e 2018-10-25 Richard Biener rguenther@suse.de new 62c82d0e8e5 PR libstdc++/87749 fix (and optimize) string move construction
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: gcc/ChangeLog | 7 ++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gfortran.dg/20181025-1.f | 28 ++++++++ gcc/tree-vectorizer.h | 60 +++++----------- libstdc++-v3/ChangeLog | 16 +++++ libstdc++-v3/include/bits/basic_string.h | 21 ++++-- .../basic_string/modifiers/assign/char/87749.cc | 78 +++++++++++++++++++++ .../modifiers/assign/char/move_assign_optim.cc} | 22 +++--- .../basic_string/modifiers/assign/wchar_t/87749.cc | 79 ++++++++++++++++++++++ .../modifiers/assign/wchar_t/move_assign_optim.cc} | 22 +++--- 11 files changed, 272 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/20181025-1.f create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...] copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 21_strings/basic_string/modi [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...] copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 21_strings/basic_string/modi [...]