This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from e6c252f Test begin and end functions for directory iterators new e263ce4 libstdc++/69703 ignore endianness in codecvt_utf8
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 | 20 ++++ libstdc++-v3/src/c++11/codecvt.cc | 8 +- .../22_locale/codecvt/codecvt_utf8/69703.cc | 103 +++++++++++++++++++++ .../22_locale/codecvt/codecvt_utf8_utf16/66855.cc | 27 ++++++ .../create_directory.cc => path/native/string.cc} | 71 +++++++------- 5 files changed, 196 insertions(+), 33 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/69703.cc copy libstdc++-v3/testsuite/experimental/filesystem/{operations/create_directory.c [...]