This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 901cf1e Allocate memory on cache line if requested new 9b695ed Tiny C++ cleanups. new 12133d9 Add noexcept to Filesystem TS operators new 00d7e7b libstdc++/70609 fix filesystem::copy() new 06ff63b libstdc++/69703 ignore endianness in codecvt_utf8
The 4 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/cp/ChangeLog | 5 + gcc/cp/pt.c | 2 +- gcc/cp/semantics.c | 2 +- libstdc++-v3/ChangeLog | 25 +++++ libstdc++-v3/include/experimental/bits/fs_fwd.h | 42 ++++---- libstdc++-v3/src/c++11/codecvt.cc | 6 +- libstdc++-v3/src/filesystem/ops.cc | 71 ++++++++---- .../22_locale/codecvt/codecvt_utf8/69703.cc | 103 ++++++++++++++++++ .../22_locale/codecvt/codecvt_utf8_utf16/66855.cc | 27 +++++ .../experimental/filesystem/operations/copy.cc | 120 ++++++++++++++++++--- .../path/native/string.cc} | 52 +++++---- 11 files changed, 379 insertions(+), 76 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/69703.cc copy libstdc++-v3/testsuite/experimental/{memory/shared_ptr/cons/copy_ctor_neg.cc [...]