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 7bce0be03b8 AVX512FP16: Fix wrong code for _mm_mask_f[c]madd.*sch [PR 104978] adds c6bc4835659 print-tree:Avoid warnings of overflow adds 6adbb51eaa8 calls: Fix error recovery after sorry differently [PR104989] adds 7d5ee289510 testsuite: Add testcase for no longer failing PR [PR102645] adds 919fbffef07 Extend splitter pattern to reversed condition by swapping t [...] adds 6ee58926385 lto-plugin: Use GNU ld or Solaris ld version script in pref [...]
No new revisions were added by this update.
Summary of changes: gcc/calls.cc | 9 +- gcc/config/i386/i386.md | 14 +-- gcc/print-tree.cc | 4 +- gcc/testsuite/g++.dg/other/pr104989.C | 9 ++ gcc/testsuite/gcc.c-torture/compile/pr102645.c | 18 ++++ lto-plugin/Makefile.am | 18 +++- lto-plugin/Makefile.in | 13 ++- lto-plugin/configure | 116 ++++++++++++++++++++++++- lto-plugin/configure.ac | 37 ++++++++ lto-plugin/lto-plugin.map | 3 + 10 files changed, 224 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/pr104989.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr102645.c create mode 100644 lto-plugin/lto-plugin.map