This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from d642468d9cc Daily bump. new 0a2597477e4 libstdc++: Fix std::filesystem errors with -fkeep-inline-fu [...] new 5e8ff1c84b1 libstdc++: Add noexcept-specifier to std::reference_wrapper [...]
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/include/bits/fs_path.h | 10 ++-------- libstdc++-v3/include/bits/refwrap.h | 3 ++- libstdc++-v3/src/c++17/fs_path.cc | 13 +++++++++++++ .../20_util/reference_wrapper/invoke-noexcept.cc | 15 +++++++++++++++ libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc | 8 ++++++++ 5 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-noexcept.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc