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_debug in repository toolchain/ci/gcc.
from 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. new 1b740d8000c Fortran: handle initialization of derived type parameter ar [...] new 907fd504973 Fortran: fix simplification of array-valued parameter expressions new db1da3d37e3 Fortran: error recovery on rank mismatch of array and its i [...] new b1cab51131a Fortran: validate shape of arrays in constructors against d [...] new 3371e7f18df Fortran: error recovery on initializing invalid derived typ [...]
The 5 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/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/decl.c | 27 +++- gcc/fortran/expr.c | 2 + gcc/fortran/resolve.c | 35 +++++ gcc/testsuite/ChangeLog | 11 ++ .../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 + 28 files changed, 738 insertions(+), 48 deletions(-) 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