This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap_debug 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
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/config/sparc/sparc.c | 4 +-- gcc/gimple-isel.cc | 3 +- 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 | 31 +++++++++++++++++++ libstdc++-v3/include/bits/random.tcc | 2 +- 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 +++++++++++++-------- 18 files changed, 175 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105528.c create mode 100644 gcc/testsuite/gcc.target/sparc/20220510-1.c