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 1503d946c06 c++: defaulted friend op== [PR106361] new 66e876a91b5 libstdc++: Fix experimental::filesystem::status on Windows [...] new 0bc62cb594d libstdc++: testsuite: Guard use of C99 std::log2 new a4e648fab46 libstdc++: Make std::common_iterator completely constexpr-a [...] new 64beecc2201 libstdc++: Use std::construct_at in std::common_iterator [P [...] new c7a7985e5e2 libstdc++: Fix minor bugs in std::common_iterator new 7cfef93a241 libstdc++: Fix std::common_iterator assignment [PR100823]
The 6 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/stl_iterator.h | 185 +++++++++++++-------- libstdc++-v3/src/filesystem/ops.cc | 56 ++++++- libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 + .../testsuite/24_iterators/common_iterator/1.cc | 48 +++++- .../24_iterators/common_iterator/100823.cc | 43 +++++ .../testsuite/24_iterators/common_iterator/2.cc | 14 +- .../filesystem/operations/temp_directory_path.cc | 6 +- 7 files changed, 277 insertions(+), 77 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/100823.cc