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-aarch64 in repository toolchain/ci/gcc.
from 05da96886ef Force_reg operand 1. adds 62c8b21d48a openmp: Fix ICE in gimplify_omp_affinity [PR103643] adds 4bd5297f665 x86: Update model value for Alderlake and Rocketlake adds 801b2c880c8 shrink-wrapping: Don't call can_get_prologue unnecessarily [...] adds 1a15451da14 tree-optimization/103864 - SLP reduction of reductions with [...] adds fbb592407c9 libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during off [...] adds 48e2d9b7b88 Register --sysroot in the driver switches table adds a54d11749f0 Adjust VxWorks fixincludes hack for mkdir to work for C++ adds beed3f8f604 nvptx: Transition nvptx backend to STORE_FLAG_VALUE = 1
No new revisions were added by this update.
Summary of changes: fixincludes/fixincl.x | 35 +++++++------ fixincludes/inclhack.def | 12 +++-- fixincludes/tests/base/sys/stat.h | 8 ++- gcc/common/config/i386/cpuinfo.h | 2 + gcc/config/nvptx/nvptx.h | 2 +- gcc/config/nvptx/nvptx.md | 76 +++++++++++++++-------------- gcc/gcc.c | 4 +- gcc/gimplify.c | 2 +- gcc/shrink-wrap.c | 14 ++++-- gcc/testsuite/gcc.dg/vect/pr103864.c | 16 ++++++ gcc/testsuite/gfortran.dg/gomp/pr103643.f90 | 19 ++++++++ gcc/tree-vect-slp.c | 18 +++---- libgomp/plugin/plugin-gcn.c | 4 +- libgomp/plugin/plugin-nvptx.c | 2 +- 14 files changed, 131 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr103864.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr103643.f90