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-arm-bootstrap_O1 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. new 3f29e301f29 middle-end/101824 - properly handle volatiles in nested fn [...] new 7f584a30909 tree-optimization/101925 - fix VN with reverse storage order new 57f6800aefd tree-optimization/102046 - fix SLP build from scalars with [...]
The 3 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 | 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.dg/sso-16.c | 100 ++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr101824.c | 19 +++ gcc/testsuite/gcc.dg/vect/pr102046.c | 19 +++ 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-nested.c | 1 + gcc/tree-ssa-sccvn.c | 33 +++++- gcc/tree-vect-slp.c | 4 + 20 files changed, 601 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/sso-16.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr101824.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr102046.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