This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 87509781849 Daily bump. adds 1edfc8f2d33 configure, Darwin: Correct a pasto in host-shared processing. adds 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 new 153689603fd [gdb/build] Fix gdbserver build with -fsanitize=thread
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: ChangeLog | 5 + configure | 6 +- configure.ac | 6 +- 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/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/match.pd | 23 + gcc/statistics.cc | 25 +- gcc/testsuite/ChangeLog | 28 + gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C | 2 +- gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-1.c | 6 +- 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.target/i386/pr7061-2.c | 4 + gcc/testsuite/gfortran.dg/index_6.f90 | 31 + gcc/testsuite/gfortran.dg/pr105954.f90 | 26 + libcpp/ChangeLog | 4 + libcpp/generated_cpp_wcwidth.h | 164 ++-- libiberty/ChangeLog | 5 + libiberty/configure | 1 + libiberty/configure.ac | 1 + lto-plugin/config.h.in | 3 + lto-plugin/configure | 17 +- lto-plugin/configure.ac | 7 + lto-plugin/lto-plugin.c | 20 + 37 files changed, 1452 insertions(+), 272 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