This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f59996b56aa [ARM] PR 82445 - suppress 32-bit aligned ldrd/strd peepholi [...] new e9f534b79d3 PR debug/82509 * dwarf2out.c (new_die_raw): New static in [...] new 5015ddbc67f Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test new e4de45415f5 Update references to C++17 in libstdc++ manual new 13889cf4b78 Fix path::iterator post-increment and post-decrement new bff9f879c48 Improve tests for error reporting in Filesystem TS
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: gcc/ChangeLog | 17 +++++ gcc/dwarf2out.c | 79 +++++++++++++--------- gcc/testsuite/ChangeLog | 7 ++ .../gcc.dg/debug/dwarf2/{sso.c => sso-1.c} | 0 gcc/testsuite/gcc.dg/debug/dwarf2/sso-2.c | 28 ++++++++ gcc/testsuite/gcc.dg/debug/dwarf2/sso-3.c | 31 +++++++++ libstdc++-v3/ChangeLog | 21 ++++++ libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 32 ++++----- libstdc++-v3/include/experimental/bits/fs_path.h | 4 +- .../testsuite/decimal/conversion-to-integral.cc | 2 +- .../iterators/recursive_directory_iterator.cc | 19 +++++- .../filesystem/operations/create_directory.cc | 1 - .../filesystem/operations/temp_directory_path.cc | 2 +- .../experimental/filesystem/path/itr/traversal.cc | 19 ++++++ 14 files changed, 207 insertions(+), 55 deletions(-) rename gcc/testsuite/gcc.dg/debug/dwarf2/{sso.c => sso-1.c} (100%) create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/sso-2.c create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/sso-3.c