This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from fa22c9c7a97 Implement ggc_vrange_allocator. adds 6c96b14a19a libstdc++: Fix experimental::filesystem::status on Windows [...] adds 1eef21ccfa5 libstdc++: Improve exceptions thrown from fs::temp_directory_path adds c1fe8ddf684 libstdc++: Fix comment typos adds 8a8ee37a332 lto: Fix option merging [PR106129] adds d489ec082ea c-family: Add <time.h> names to diagnostics for known headers new 4c233cabbe3 Fortran: error recovery on invalid CLASS(), PARAMETER decla [...]
The 1 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/c-family/known-headers.cc | 14 ++++ gcc/fortran/decl.cc | 8 ++ gcc/lto-wrapper.cc | 39 ++++++---- gcc/testsuite/g++.dg/spellcheck-stdlib.C | 29 ++++++++ gcc/testsuite/gfortran.dg/class_58.f90 | 2 +- gcc/testsuite/gfortran.dg/class_73.f90 | 17 +++++ libstdc++-v3/include/bits/utility.h | 3 +- libstdc++-v3/src/c++17/fs_ops.cc | 34 ++++++--- libstdc++-v3/src/filesystem/ops.cc | 87 ++++++++++++++++++---- .../filesystem/operations/temp_directory_path.cc | 5 ++ .../filesystem/operations/temp_directory_path.cc | 11 ++- 11 files changed, 207 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_73.f90