This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from e22cab0a57d Daily bump. adds 49dee6fd47b Daily bump. adds 44cc3c94460 Daily bump. adds 6190ebb07cd libstdc++: Fix test that fails on Solaris [PR104731] adds eb049ef0f46 libstdc++: Fix deserialization for std::normal_distribution [...] adds 8562fbaae9d libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [ [...] adds 4e092f1be65 Daily bump. adds 61dec0cb339 Fix internal error with vectorization on SPARC adds fbe4de4189c [committed] Fix more problems with new linker warnings adds 03f73056bf6 isel: Fix up gimple_expand_vec_set_expr [PR105528] adds 6b5ca56fec4 x86: Add .note.GNU-stack section only for Linux adds 1572e41d759 libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284] new 9076ad14a9c Daily bump.
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/ChangeLog | 15 ++ gcc/DATESTAMP | 2 +- gcc/config/sparc/sparc.c | 4 +- gcc/gimple-isel.cc | 3 +- gcc/testsuite/ChangeLog | 32 +++ gcc/testsuite/gcc.dg/pr105528.c | 23 +++ gcc/testsuite/gcc.target/i386/iamcu/asm-support.S | 2 + gcc/testsuite/gcc.target/sparc/20220510-1.c | 31 +++ gcc/testsuite/gcc.target/x86_64/abi/asm-support.S | 2 + .../gcc.target/x86_64/abi/avx/asm-support.S | 2 + .../gcc.target/x86_64/abi/avx512f/asm-support.S | 2 + .../gcc.target/x86_64/abi/ms-sysv/do-test.S | 2 + gcc/testsuite/lib/prune.exp | 5 + libstdc++-v3/ChangeLog | 44 +++++ libstdc++-v3/include/bits/random.tcc | 2 +- libstdc++-v3/include/std/iosfwd | 18 ++ libstdc++-v3/include/std/syncstream | 6 +- libstdc++-v3/src/c++17/fs_ops.cc | 4 + libstdc++-v3/src/filesystem/dir.cc | 4 + libstdc++-v3/src/filesystem/ops.cc | 4 + .../normal_distribution/operators/serialize.cc | 36 +++- .../27_io/filesystem/iterators/error_reporting.cc | 35 ++-- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 119 ++++++++++++ .../testsuite/27_io/headers/iosfwd/types.cc | 214 +++++++++++++++++++++ 24 files changed, 588 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105528.c create mode 100644 gcc/testsuite/gcc.target/sparc/20220510-1.c create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/synopsis.cc create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/types.cc