This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 1f6c1c82eb5 c++: Avoid a suspicious -Wnoexcept warning [PR93805] adds 75fb811dfaa Verify the code used for the optimized comparison is valid [...] adds c86c99e6950 Update gcc es.po, sv.po. adds 75c24a08d69 Daily bump. adds 047811579f0 cgraphunit: Avoid code generation differences based on -w/T [...] adds a5a9400a846 if-conv: Fix -fcompare-debug bugs in ifcvt_local_dce [PR94283] adds 565ab7efbdc loop-manip: Avoid -fcompare-debug issues in create_iv [PR94285] adds 596c90d3559 arm: Fix arm {,u}subvdi4 and usubvsi4 expanders [PR94286] adds 906b3eb9df6 Improve endianess detection. adds c2211a60ff0 Fix OpenMP offload handling for target-link variables for n [...] adds 04099157691 Define __BIG_ENDIAN__
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 +++++ gcc/DATESTAMP | 2 +- gcc/cgraphunit.c | 12 +- gcc/config/arm/arm.md | 7 +- gcc/config/pa/pa.h | 1 + gcc/lto/ChangeLog | 5 + gcc/lto/lto.c | 1 + gcc/omp-offload.c | 14 +- gcc/po/ChangeLog | 4 + gcc/po/es.po | 66 ++++---- gcc/po/sv.po | 221 +++++++++++++------------- gcc/simplify-rtx.c | 51 ++++++ gcc/testsuite/ChangeLog | 21 +++ gcc/testsuite/gcc.c-torture/compile/pr94144.c | 18 +++ gcc/testsuite/gcc.c-torture/compile/pr94238.c | 22 +++ gcc/testsuite/gcc.dg/pr94277.c | 11 ++ gcc/testsuite/gcc.dg/pr94286.c | 11 ++ gcc/testsuite/gcc.target/i386/pr94283.c | 5 + gcc/testsuite/gfortran.dg/pr94285.f90 | 5 + gcc/tree-if-conv.c | 14 +- gcc/tree-ssa-loop-manip.c | 12 +- include/ChangeLog | 5 + include/plugin-api.h | 65 +++++++- libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.c/target-link-1.c | 3 - 25 files changed, 451 insertions(+), 173 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr94144.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr94238.c create mode 100644 gcc/testsuite/gcc.dg/pr94277.c create mode 100644 gcc/testsuite/gcc.dg/pr94286.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94283.c create mode 100644 gcc/testsuite/gfortran.dg/pr94285.f90