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-release-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from 9929fe9e7c3 Daily bump. adds 051040f0642 vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124] adds adee9b8a80c c++: Fix ICE with nullptr comparison (GCC 11) [PR101592] adds 9d8b2307782 Daily bump. adds 585667735e9 rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [ [...] adds 435e4202549 Daily bump. adds 259945a0a48 Remove macro check for __AMX_BF16/INT8/TILE__ in header file. adds d9f215aa59c Fix tests that require IBM 128-bit long double adds c464a949e21 Make xxsplti*, xpermx, xxeval be vecperm type. adds 1456e634324 Use UNSPSEC_XXSPLTIDP instead of UNSPEC_XXSPLTID adds 95553bfcc3a Fortran - fix whitespace issue during parsing of assigned goto adds f826c257b6f Fortran - correct check for constraint F2008:C628 / F2018:C932 adds 9c3a4753acf Daily bump. adds b18391e701d Daily bump. adds c94755c7734 Fortran - simplify length of substring with constant bounds adds 71013e5fb84 Fortran - extend set of substring expressions handled in le [...] new 54cbe8523e9 Daily bump.
The 1 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/ChangeLog | 55 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/amxbf16intrin.h | 2 +- gcc/config/i386/amxint8intrin.h | 2 +- gcc/config/i386/amxtileintrin.h | 2 +- gcc/config/rs6000/altivec.md | 26 ++--- gcc/config/rs6000/rs6000-call.c | 6 + gcc/fold-const.c | 3 +- gcc/fortran/ChangeLog | 38 ++++++ gcc/fortran/match.c | 2 +- gcc/fortran/resolve.c | 5 +- gcc/fortran/simplify.c | 46 +++++++- gcc/testsuite/ChangeLog | 76 ++++++++++++ gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c | 20 ++-- gcc/testsuite/g++.dg/warn/Wlogical-op-3.C | 12 ++ gcc/testsuite/g++.target/i386/pr102166.C | 20 ++++ gcc/testsuite/gcc.dg/torture/pr102124.c | 27 +++++ gcc/testsuite/gcc.target/powerpc/pr101849.c | 22 ++++ gcc/testsuite/gcc.target/powerpc/pr70117.c | 24 ++-- gcc/testsuite/gfortran.dg/goto_9.f90 | 10 ++ gcc/testsuite/gfortran.dg/pr100950.f90 | 65 +++++++++++ .../gfortran.dg/unlimited_polymorphic_33.f90 | 18 +++ gcc/testsuite/lib/target-supports.exp | 128 +++++++++++++++++++++ gcc/tree-vect-patterns.c | 26 ++++- 24 files changed, 590 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wlogical-op-3.C create mode 100644 gcc/testsuite/g++.target/i386/pr102166.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr102124.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr101849.c create mode 100644 gcc/testsuite/gfortran.dg/goto_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr100950.f90 create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_33.f90