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 in repository toolchain/ci/gcc.
from 243e0a5b194 Output vextract{i,f}{32x4,64x2} for (vec_select:(reg:Vmode) [...] adds cc1e28878a2 libstdc++: Check for TLS support on mingw cross-compilers adds b6d8fa66e1b tree-optimization/102318 - reduction epilogue re-use adds e4d3643361d AVX512FP16: Adjust builtin name for FP16 builtins to match [...] adds feebc22ba93 Maintain (mis-)alignment info in the first element of a group adds 7fc4d6000a0 Optimize for V{8,16,32}HFmode vec_set/extract/init. adds 26d4ba05b92 target/102348 - fix powerpc-lynxos build new e0fcdc46a2f gcc-changelog: check git commit email address new a37d7d6fc1d gcc-changelog: Add FIXME note.
The 2 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: contrib/gcc-changelog/git_commit.py | 11 + contrib/gcc-changelog/test_email.py | 5 + contrib/gcc-changelog/test_patches.txt | 25 + gcc/config/i386/avx512fp16intrin.h | 1236 ++++++++++++------------- gcc/config/i386/avx512fp16vlintrin.h | 454 ++++----- gcc/config/i386/i386-builtin.def | 130 +-- gcc/config/i386/i386-expand.c | 95 +- gcc/config/i386/i386.c | 7 +- gcc/config/i386/sse.md | 176 ++-- gcc/config/rs6000/lynx.h | 1 - gcc/testsuite/gcc.dg/vect/pr102318.c | 21 + gcc/testsuite/gcc.target/i386/avx-1.c | 58 +- gcc/testsuite/gcc.target/i386/avx512fp16-1c.c | 6 +- gcc/testsuite/gcc.target/i386/pr102327-1.c | 65 ++ gcc/testsuite/gcc.target/i386/pr102327-2.c | 95 ++ gcc/testsuite/gcc.target/i386/sse-13.c | 58 +- gcc/testsuite/gcc.target/i386/sse-23.c | 58 +- gcc/tree-vect-data-refs.c | 68 +- gcc/tree-vect-loop.c | 13 +- gcc/tree-vectorizer.h | 24 +- libstdc++-v3/configure | 208 +++++ libstdc++-v3/crossconfig.m4 | 1 + 22 files changed, 1682 insertions(+), 1133 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr102318.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102327-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102327-2.c