This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 300dbea1269 rs6000/test: Add emulated gather test case adds 3e15df63ca4 libgcc: remove crt{begin,end}.o from powerpc-wrs-vxworks target adds 5e5f880d045 Restore can_be_invalidated_p semantics to before refactoring adds 85e91ad55a6 tree-optimization/103458 - avoid creating new loops in CD-DCE new 9519b694afb Fix regression introduced by r12-5536. new 11d0a2af339 Optimize _Float16 usage for non AVX512FP16. new 16507dea753 Remove unreachable returns
The 3 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/c-family/c-opts.c | 5 +- gcc/c-family/c-pragma.c | 10 +--- gcc/c/c-parser.c | 1 - gcc/c/c-typeck.c | 2 - gcc/ccmp.c | 2 - gcc/config/i386/i386.c | 7 +-- gcc/config/i386/i386.md | 57 +++++++++++++++------- gcc/config/i386/sse.md | 8 +-- gcc/df-scan.c | 1 - gcc/dwarf2out.c | 3 -- gcc/fixed-value.c | 1 - gcc/gimple-fold.c | 1 - gcc/gimple-predicate-analysis.cc | 8 +-- gcc/gimple-ssa-strength-reduction.c | 1 - gcc/graphite-isl-ast-to-gimple.c | 4 -- gcc/ipa-fnsummary.c | 1 - gcc/lto-streamer-in.c | 7 +-- gcc/testsuite/gcc.dg/torture/pr103458.c | 21 ++++++++ .../gcc.target/i386/avx512vl-vcvtps2ph-pr102811.c | 2 +- gcc/testsuite/gcc.target/i386/pr102811-2.c | 22 +++++++++ gcc/tree-ssa-dce.c | 8 ++- gcc/vec.c | 10 ++-- libgcc/config.host | 1 - libgomp/oacc-plugin.c | 1 - 24 files changed, 112 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103458.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102811-2.c