This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 5509432c2b2 Daily bump. new 61ce1b21200 PR libstdc++/79283 fix filesystem::read_symlink for /proc new 2cd918a61e0 Avoid redundant calls to filesystem::status_known new bde9690f008 PR libstdc++/83279 handle sendfile not copying entire file new 129c6493df5 PR libstdc++/83598 don't modify flags passed to std::basic_ [...] new db752875eb4 PR libstdc++/83600 fix end iterator for unready std::match_results
The 5 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 | 39 +++++++++ libstdc++-v3/include/bits/regex.h | 2 +- libstdc++-v3/include/experimental/bits/fs_ops.h | 7 +- libstdc++-v3/src/filesystem/ops.cc | 99 +++++++++++++++------- .../basic_regex/ctors/83598.cc} | 15 ++-- .../28_regex/match_results/ctors/char/default.cc | 4 + .../match_results/ctors/wchar_t/default.cc | 4 + 7 files changed, 128 insertions(+), 42 deletions(-) copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => 28_regex/ [...]