This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 57f73c39565 OpenMP/Fortran: Fix allocatable-component mapping of derive [...] new 53680c1aa92 libstdc++: Fix std::format_kind primary template for Clang [...] new beb0ffd36ee libstdc++: Fix dangling pointer in fs::path::operator+=(*th [...] new 4bc5697341f libstdc++: Fix std::format of chrono::local_days with {} [P [...] new 06a10db2211 libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>
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/include/bits/chrono_io.h | 3 + libstdc++-v3/include/std/format | 19 ++++-- libstdc++-v3/include/std/ranges | 12 ++-- libstdc++-v3/src/c++17/fs_path.cc | 10 +++ .../27_io/filesystem/path/concat/120029.cc | 72 +++++++++++++++++++++ .../experimental/filesystem/path/concat/120029.cc | 74 ++++++++++++++++++++++ .../testsuite/std/format/ranges/format_kind_neg.cc | 15 +++-- libstdc++-v3/testsuite/std/time/clock/local/io.cc | 3 + 8 files changed, 192 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/concat/120029.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/concat/120029.cc