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/master-arm-bootstrap_profiled in repository toolchain/ci/gcc.
from 80ace9185dc XFAIL a test in g++.dg/warn/Wstringop-overflow-4.C adds d230906bf69 testsuite: Adjust btf-bitfields-1.c for default_packed adds 57988cbe73e libcpp: Update cpp_wcwidth() to Unicode 14.0.0 adds 1f237573caa Make it easier to rebuild configure files. adds ff01849dccd [PATCH] testsuite: constraint some of fp tests to hard_float adds a312407bd71 Fortran: handle explicit-shape specs with constant bounds [ [...] adds ff35dbc0209 Fortran: fix simplification of INDEX(str1,str2) [PR105691] adds b2b72757b22 Daily bump. adds 773dffc50fb xtensa: Optimize integer constant addition that is between [...] adds 2ae7895416a Emit asmname if set for decl with -fdump-statistics-asmname. adds f3f73e86ec8 [PATCH] PR tree-optimization/94026: Simplify (X>>8)&6 != 0 [...] adds 64d4f27a0ce Implement __imag__ of float _Complex using shufps on x86_64. adds 2669cae081c lto-plugin: make claim_file_handler thread-safe adds 153689603fd [gdb/build] Fix gdbserver build with -fsanitize=thread adds 48099f7dafe libstdc++: Invert relationship between std::is_clock and st [...] adds 6177f60d914 libstdc++: Simplify fs::path construction using variable template adds da55353e95f libstdc++: Simplify std::variant construction using variabl [...] adds a364488f7a7 libstdc++: Make std::move_only_function never valueless in [...] adds 30a8f67295f libstdc++: testsuite: avoid predicable mkstemp adds c10a7546cf6 libstdc++: testsuite: Add missing <string> header adds b06a282921c amdgcn: remove obsolete assembler workarounds adds 250b95a9948 libstdc++: xfail experimental/net tests on rtems adds ca35ebaec83 libstdc++: testsuite: conditionalize another symlink test adds 486893b1d32 libstdc++: check for openat with dirfd in std::filesystem adds 0a3bb459e59 testsuite: pthread: call sched_yield for non-preemptive targets adds 3e3744d37e0 libstdc++: testsuite: complex proj requirements adds 8fce31f69bc libstdc++: testsuite: require cmath for exp simd adds 01e094f82d8 libstdc++: testsuite: use cmath long double overloads adds 00063459f68 testsuite: Fix up pr106070.c test [PR106070] adds a1f8a3860fe amdgcn: test global constructors adds 722750a44a9 compiler: always initialize mpfr in integer import adds 5f6b6494035 compiler: don't use sink as parameter in method expression thunk
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + configure | 2 +- configure.ac | 2 +- contrib/ChangeLog | 7 + contrib/unicode/EastAsianWidth.txt | 149 ++-- contrib/unicode/PropList.txt | 100 ++- contrib/unicode/README | 2 +- contrib/unicode/UnicodeData.txt | 837 ++++++++++++++++++++- gcc/DATESTAMP | 2 +- gcc/config/gcn/gcn.md | 36 +- gcc/config/i386/i386.md | 25 + gcc/config/xtensa/xtensa.md | 35 + gcc/fortran/ChangeLog | 14 + gcc/fortran/decl.cc | 12 + gcc/fortran/simplify.cc | 131 +--- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 11 +- gcc/go/gofrontend/types.cc | 7 +- gcc/match.pd | 23 + gcc/statistics.cc | 25 +- gcc/testsuite/ChangeLog | 28 + gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c | 12 +- gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c | 6 +- gcc/testsuite/gcc.dg/atomic/pr80640-2.c | 6 +- gcc/testsuite/gcc.dg/atomic/pr80640.c | 6 +- gcc/testsuite/gcc.dg/atomic/pr81316.c | 9 +- gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-1.c | 6 +- gcc/testsuite/gcc.dg/di-sync-multithread.c | 8 + gcc/testsuite/gcc.dg/pr94026.c | 21 + .../gcc.dg/torture/fp-double-convert-float-1.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-3.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-4.c | 1 + .../gcc.dg/torture/fp-uint64-convert-double-1.c | 1 + .../gcc.dg/torture/fp-uint64-convert-double-2.c | 1 + gcc/testsuite/gcc.dg/torture/pr106070.c | 28 +- gcc/testsuite/gcc.target/i386/pr7061-2.c | 4 + gcc/testsuite/gfortran.dg/index_6.f90 | 31 + gcc/testsuite/gfortran.dg/pr105954.f90 | 26 + gcc/testsuite/lib/target-supports.exp | 1 - libcpp/ChangeLog | 4 + libcpp/generated_cpp_wcwidth.h | 164 ++-- libiberty/ChangeLog | 5 + libiberty/configure | 1 + libiberty/configure.ac | 1 + libstdc++-v3/include/bits/chrono.h | 45 +- libstdc++-v3/include/bits/fs_path.h | 15 +- libstdc++-v3/include/bits/move_only_function.h | 12 + libstdc++-v3/include/std/variant | 43 +- libstdc++-v3/src/c++17/fs_dir.cc | 2 +- .../testsuite/20_util/to_chars/long_double.cc | 6 +- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 13 + .../iterators/recursive_directory_iterator.cc | 2 +- .../net/internet/resolver/ops/lookup.cc | 1 + .../net/internet/resolver/ops/reverse.cc | 1 + .../experimental/net/timer/waitable/dest.cc | 1 + .../experimental/net/timer/waitable/ops.cc | 1 + .../experimental/simd/standard_abi_usable.cc | 1 + .../experimental/simd/standard_abi_usable_2.cc | 1 + .../testsuite/ext/mt_allocator/22309_thread.cc | 1 + libstdc++-v3/testsuite/lib/dg-options.exp | 6 +- libstdc++-v3/testsuite/util/testsuite_fs.h | 57 +- lto-plugin/config.h.in | 3 + lto-plugin/configure | 17 +- lto-plugin/configure.ac | 7 + lto-plugin/lto-plugin.c | 20 + 65 files changed, 1641 insertions(+), 413 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94026.c create mode 100644 gcc/testsuite/gfortran.dg/index_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr105954.f90