This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76179fc4bb6 PR c++/90598 * tree.c (lvalue_kind): Return clk_none for [...] new 56d82e847b4 [gcc] new 5e115b34aa6 Optimize filesystem::path::parent_path() new 34bfd0d6afa PR libstdc++/88881 fix filesystem::symlink_status for Windows new 745ff9317ee PR libstdc++/85494 fix failing test
The 4 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 | 30 +++ gcc/config/rs6000/rs6000.c | 242 +++++++++++++-------- gcc/config/rs6000/rs6000.h | 9 + gcc/config/rs6000/rs6000.md | 93 +++++++- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/powerpc/notoc-direct-1.c | 41 ++++ gcc/testsuite/gcc.target/powerpc/pcrel-sibcall-1.c | 46 ++++ libstdc++-v3/ChangeLog | 18 ++ libstdc++-v3/src/c++17/fs_ops.cc | 47 ++-- libstdc++-v3/src/c++17/fs_path.cc | 8 +- .../26_numerics/random/random_device/cons/token.cc | 68 +++++- .../27_io/filesystem/operations/remove_all.cc | 33 +++ .../27_io/filesystem/operations/status.cc | 10 + .../27_io/filesystem/operations/symlink_status.cc | 10 + 14 files changed, 535 insertions(+), 125 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/notoc-direct-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pcrel-sibcall-1.c