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 05fd46b833c Daily bump. adds fbd61aadf5d i386: Fix wrong result for AMX-TILE intrinsic when parsing [...] adds 3bfc70ca114 x86: Check leal/addl gcc.target/i386/amxtile-3.c for x32 adds 1907147a35f Daily bump. adds b555a1469ea gcc: vx-common.h: fix test for VxWorks7 adds 95c7ef9fbcf Speed up jump table switch detection. adds ad5aa4937ed Support TI mode and soft float on PA64 adds 32584d02527 Daily bump. adds d6eb130beac Daily bump. adds 1b740d8000c Fortran: handle initialization of derived type parameter ar [...] adds 907fd504973 Fortran: fix simplification of array-valued parameter expressions adds db1da3d37e3 Fortran: error recovery on rank mismatch of array and its i [...] adds b1cab51131a Fortran: validate shape of arrays in constructors against d [...] adds 3371e7f18df Fortran: error recovery on initializing invalid derived typ [...] new 1245e713d23 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 | 40 +++++ gcc/DATESTAMP | 2 +- gcc/config/i386/amxtileintrin.h | 6 +- gcc/config/pa/pa-modes.def | 3 + gcc/config/pa/pa.c | 10 +- gcc/config/pa/pa.h | 16 +- gcc/config/pa/pa.md | 164 ++++++++++++++++++++- gcc/config/vx-common.h | 2 +- gcc/fortran/ChangeLog | 49 ++++++ gcc/fortran/decl.c | 27 +++- gcc/fortran/expr.c | 2 + gcc/fortran/resolve.c | 35 +++++ gcc/testsuite/ChangeLog | 57 +++++++ gcc/testsuite/gcc.target/i386/amxtile-3.c | 34 +++++ .../gfortran.dg/derived_constructor_char_1.f90 | 2 +- .../gfortran.dg/parameter_array_init_8.f90 | 25 ++++ gcc/testsuite/gfortran.dg/pr102685.f90 | 30 ++++ gcc/testsuite/gfortran.dg/pr102715.f90 | 13 ++ gcc/testsuite/gfortran.dg/pr102816.f90 | 9 ++ gcc/testsuite/gfortran.dg/pr102817.f90 | 17 +++ gcc/testsuite/gfortran.dg/pr68019.f90 | 2 +- gcc/testsuite/gfortran.dg/pr70931.f90 | 3 +- gcc/testsuite/gfortran.dg/transfer_simplify_2.f90 | 2 +- gcc/tree-switch-conversion.c | 42 +++--- gcc/tree-switch-conversion.h | 14 +- libgcc/ChangeLog | 10 ++ libgcc/config.host | 7 +- libgcc/config/pa/sfp-exceptions.c | 102 +++++++++++++ libgcc/config/pa/sfp-machine.h | 155 +++++++++++++++++++ libgcc/config/pa/t-dimode | 33 +++++ libgcc/config/pa/t-softfp-sfdftf | 8 + 31 files changed, 870 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/amxtile-3.c create mode 100644 gcc/testsuite/gfortran.dg/parameter_array_init_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102685.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102715.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102816.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102817.f90 create mode 100644 libgcc/config/pa/sfp-exceptions.c create mode 100644 libgcc/config/pa/sfp-machine.h create mode 100644 libgcc/config/pa/t-dimode create mode 100644 libgcc/config/pa/t-softfp-sfdftf