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_gcc/release-arm in repository toolchain/ci/gcc.
from 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.
No new revisions were added by this update.
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/testsuite/ChangeLog | 11 ++ gcc/testsuite/gcc.target/i386/amxtile-3.c | 18 ++-- 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 ++ 17 files changed, 593 insertions(+), 44 deletions(-) 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