This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0ae196b0ffb Reapply r270597. new 872d7a1f462 Inconsistency wrt Allocators in basic_string assignment (LWG2579) new e0bcd31de65 PR libstdc++/69724 avoid temporary in std::thread construction
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 | 19 +++++++ libstdc++-v3/include/bits/basic_string.h | 58 +++++++++++----------- libstdc++-v3/include/std/thread | 20 +++++--- .../basic_string/allocator/char/copy_assign.cc | 37 ++++++++++++++ .../basic_string/allocator/wchar_t/copy_assign.cc | 36 ++++++++++++++ .../thread/cons/{terminate.cc => 69724.cc} | 55 ++++++++++++-------- 6 files changed, 166 insertions(+), 59 deletions(-) copy libstdc++-v3/testsuite/30_threads/thread/cons/{terminate.cc => 69724.cc} (59%)