This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/release-arm in repository toolchain/ci/gcc.
from 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 [...] adds 54cbe8523e9 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 30 +++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/altivec.md | 26 ++--- gcc/fortran/ChangeLog | 38 ++++++ gcc/fortran/match.c | 2 +- gcc/fortran/resolve.c | 5 +- gcc/fortran/simplify.c | 46 +++++++- gcc/testsuite/ChangeLog | 54 +++++++++ gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c | 20 ++-- 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 +++++++++++++++++++++ 14 files changed, 426 insertions(+), 42 deletions(-) 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