This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bc0ec323e3f Fix ICE in re-simplification of VEC_COND_EXPR new 6c9a7060dbb libstdc++: P1423R3 char8_t remediation (1/4) new 0c5b35933e5 libstdc++: P1423R3 char8_t remediation (2/4) new bb97b6cc28a libstdc++: P1423R3 char8_t remediation (3/4) new 3037303f998 libstdc++: P1423R3 char8_t remediation (4/4) new cb132c04f61 libstdc++: Adjust some function templates for coding conventions
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 | 50 ++++ libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/bits/fs_path.h | 307 ++++++++++++--------- libstdc++-v3/include/experimental/bits/fs_path.h | 293 ++++++++++++-------- libstdc++-v3/include/std/ostream | 94 ++++++- .../inserters_character/char/deleted.cc} | 34 +-- .../inserters_character/wchar_t/deleted.cc} | 34 +-- .../90281.cc => factory/u8path-char8_t.cc} | 45 +-- .../27_io/filesystem/path/factory/u8path.cc | 17 ++ .../testsuite/experimental/feat-char8_t.cc | 4 +- .../factory/u8path-char8_t.cc} | 28 +- .../experimental/filesystem/path/factory/u8path.cc | 8 + 12 files changed, 596 insertions(+), 320 deletions(-) copy libstdc++-v3/testsuite/{20_util/bind/constexpr.cc => 27_io/basic_ostream/inse [...] copy libstdc++-v3/testsuite/{20_util/bind/constexpr.cc => 27_io/basic_ostream/inse [...] copy libstdc++-v3/testsuite/27_io/filesystem/path/{construct/90281.cc => factory/u [...] copy libstdc++-v3/testsuite/experimental/filesystem/{operations/read_symlink.cc => [...]