This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa4c1631756 LWG 3040: define starts_with/ends_with as proposed new b37e7cb040d LWG 2936: update path::compare logic and optimize string co [...] new 54df0933b20 Micro-optimization to avoid creating temporary path
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 | 22 ++ libstdc++-v3/include/bits/fs_path.h | 16 +- libstdc++-v3/src/filesystem/std-dir.cc | 4 +- libstdc++-v3/src/filesystem/std-path.cc | 242 +++++++++++++++------ .../path/compare/{compare.cc => lwg2936.cc} | 47 +++- .../27_io/filesystem/path/compare/path.cc | 11 + .../27_io/filesystem/path/compare/strings.cc | 11 + 7 files changed, 264 insertions(+), 89 deletions(-) copy libstdc++-v3/testsuite/27_io/filesystem/path/compare/{compare.cc => lwg2936.c [...]