This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_profiled in repository toolchain/ci/gcc.
from 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 +++++++ 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/fortran/ChangeLog | 19 +++ gcc/fortran/match.c | 2 +- gcc/fortran/resolve.c | 5 +- gcc/testsuite/ChangeLog | 46 ++++++++ gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c | 20 ++-- gcc/testsuite/g++.target/i386/pr102166.C | 20 ++++ gcc/testsuite/gcc.target/powerpc/pr101849.c | 22 ++++ gcc/testsuite/gcc.target/powerpc/pr70117.c | 24 ++-- gcc/testsuite/gfortran.dg/goto_9.f90 | 10 ++ .../gfortran.dg/unlimited_polymorphic_33.f90 | 18 +++ gcc/testsuite/lib/target-supports.exp | 128 +++++++++++++++++++++ 18 files changed, 349 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr102166.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/unlimited_polymorphic_33.f90