This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from f2ef6e83e78 Daily bump. new c86ac1a463f libstdc++: Fix build failures for avr new f99b97015f1 libstdc++: Fix std::random_device for avr new 061700c9f6f libstdc++: Horrible macro hacks to allow building on avr new 05fa584bbb5 libstdc++: Fix std::filesystem errors with -fkeep-inline-fu [...]
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: libstdc++-v3/config/os/generic/error_constants.h | 2 ++ libstdc++-v3/include/bits/fs_path.h | 10 ++-------- libstdc++-v3/src/c++11/random.cc | 2 ++ libstdc++-v3/src/c++11/system_error.cc | 12 +++++++++++- libstdc++-v3/src/c++17/fs_ops.cc | 6 +++++- libstdc++-v3/src/c++17/fs_path.cc | 13 +++++++++++++ libstdc++-v3/src/filesystem/ops-common.h | 6 +++++- libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc | 8 ++++++++ 8 files changed, 48 insertions(+), 11 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/108636.cc