This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c71ec180fd3 PR target/82703 * config/i386/i386-protos.h (maybe_get_po [...] new 4b57298d473 * gcc.target/i386/pr70021.c: Add -mtune=skylake. new 199795115a6 Provide filesystem::path overloads for file streams (LWG 26 [...]
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: gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/i386/pr70021.c | 2 +- libstdc++-v3/ChangeLog | 17 +++ libstdc++-v3/include/std/fstream | 125 ++++++++++++++++++++- .../locale.cc => basic_filebuf/open/char/path.cc} | 19 ++-- .../swap.cc => basic_fstream/cons/char/path.cc} | 31 ++--- .../clear.cc => basic_fstream/open/char/path.cc} | 34 +++--- .../swap.cc => basic_ifstream/cons/char/path.cc} | 31 ++--- .../locale.cc => basic_ifstream/open/char/path.cc} | 28 +++-- .../clear.cc => basic_ofstream/cons/char/path.cc} | 32 +++--- .../locale.cc => basic_ofstream/open/char/path.cc} | 28 +++-- 11 files changed, 260 insertions(+), 91 deletions(-) copy libstdc++-v3/testsuite/27_io/{filesystem/path/construct/locale.cc => basic_fi [...] copy libstdc++-v3/testsuite/27_io/{filesystem/path/modifiers/swap.cc => basic_fstr [...] copy libstdc++-v3/testsuite/27_io/{filesystem/path/modifiers/clear.cc => basic_fst [...] copy libstdc++-v3/testsuite/27_io/{filesystem/path/modifiers/swap.cc => basic_ifst [...] copy libstdc++-v3/testsuite/27_io/{filesystem/path/construct/locale.cc => basic_if [...] copy libstdc++-v3/testsuite/27_io/{filesystem/path/modifiers/clear.cc => basic_ofs [...] copy libstdc++-v3/testsuite/27_io/{filesystem/path/construct/locale.cc => basic_of [...]