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 65735d21ac4 c++: generic lambda fn parm pack [PR104624] adds 57a957cb71c libgomp: Fix up two non-GOMP_USE_ALIGNED_WORK_SHARES relate [...] adds 22c24ba48a2 testsuite: Improve unlimited_polymorphic_3.f03 [PR103662] adds 5face32b7f4 i386: Fix up ICE with -mveclibabi={acml,svml} [PR105367] adds 1b45ae16fff testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211] adds d4836ac9acd reassoc: Don't call fold_convert if !fold_convertible_p [PR105374] adds 7d31c678d68 ifcvt: Improve noce_try_store_flag_mask [PR105314]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.cc | 6 ++++-- gcc/ifcvt.cc | 6 +++--- gcc/testsuite/g++.target/i386/vec-tmpl1.C | 1 + gcc/testsuite/gcc.target/i386/pr105367.c | 12 ++++++++++++ gcc/testsuite/gcc.target/riscv/pr105314.c | 12 ++++++++++++ gcc/testsuite/gfortran.dg/unlimited_polymorphic_3.f03 | 6 +++--- gcc/testsuite/lib/target-supports.exp | 2 ++ gcc/tree-ssa-reassoc.cc | 6 +++++- libgomp/loop.c | 7 +++++-- libgomp/loop_ull.c | 7 +++++-- libgomp/sections.c | 7 +++++-- libgomp/work.c | 4 +++- 12 files changed, 60 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr105367.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr105314.c