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/master-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 66bba4dc263 Daily bump. adds a3fb781d4b3 tree-optimization/102176 - locally compute participating SLP stmts adds 637dfcf43cf Explicitly add -msse2 to compile HF related libgcc source file. adds 564efbf4007 Fix PR tree-optimization/63184: add simplification of (& + [...] adds 8a4602c2e0f match.pd: Fix up __builtin_*_overflow arg demotion [PR102207] adds c0b03afeab4 Fix debug info for packed array types in Ada adds 086bb917d6e 'libgomp.c/target-43.c': '-latomic' for nvptx offloading adds 93e6809459f Avoid FROM being overwritten in expand_fix. adds 652bef70d39 x86: Add non-destructive source to @xorsign<mode>3_1 adds 78b34cd8a80 gcc_update: use human readable name for revision string in [...] adds 1bc66017c11 invoke.texi: Fix @opindex for -foffload-options adds 74cb45e67d1 Correct implementation of wi::clz adds 9f99555f29c Daily bump. adds 58572bbb62c MIPS: add .module arch and ase to all output asm adds 546ecb0054a rs6000: Expand fmod and remainder when built with fast-math [...] new 13beaf9e8d2 Fortran: Revert to non-multilib-specific ISO_Fortran_binding.h
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: contrib/ChangeLog | 6 ++ contrib/gcc_update | 19 +++++- gcc/ChangeLog | 52 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 13 ++-- gcc/config/i386/i386.md | 11 ++-- gcc/config/mips/mips.c | 37 +++++++++++ gcc/config/rs6000/rs6000.md | 36 ++++++++++ gcc/doc/invoke.texi | 2 +- gcc/dwarf2out.c | 22 ++++--- gcc/match.pd | 21 +++++- gcc/optabs.c | 11 ++-- gcc/testsuite/ChangeLog | 23 +++++++ gcc/testsuite/c-c++-common/pr19807-2.c | 5 +- gcc/testsuite/c-c++-common/pr19807-3.c | 5 +- gcc/testsuite/gcc.dg/pr102207.c | 24 +++++++ gcc/testsuite/gcc.target/i386/pr101282.c | 18 +++++ gcc/testsuite/gcc.target/i386/pr89984-1.c | 8 +++ gcc/testsuite/gcc.target/i386/pr89984-2.c | 10 +++ gcc/testsuite/gcc.target/i386/xorsign-avx.c | 4 ++ gcc/testsuite/gcc.target/powerpc/pr97142.c | 35 ++++++++++ gcc/tree-vect-slp.c | 69 +++++++++++++++++-- gcc/wide-int.cc | 7 +- libgcc/ChangeLog | 10 +++ libgcc/Makefile.in | 2 +- libgcc/config/i386/64/t-softfp | 5 ++ libgcc/config/i386/_divhc3.c | 4 ++ libgcc/config/i386/_mulhc3.c | 4 ++ libgcc/config/i386/t-softfp | 22 ++++++- libgfortran/ISO_Fortran_binding-2-tmpl.h | 42 ------------ libgfortran/ISO_Fortran_binding-3-tmpl.h | 5 -- ...tran_binding-1-tmpl.h => ISO_Fortran_binding.h} | 77 ++++++++++++++++++++++ libgfortran/Makefile.am | 12 +--- libgfortran/Makefile.in | 12 +--- libgfortran/mk-kinds-h.sh | 25 ++----- libgomp/ChangeLog | 4 ++ libgomp/testsuite/libgomp.c/target-43.c | 2 + 37 files changed, 535 insertions(+), 131 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102207.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101282.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89984-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89984-2.c create mode 100644 gcc/testsuite/gcc.target/i386/xorsign-avx.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97142.c create mode 100644 libgcc/config/i386/_divhc3.c create mode 100644 libgcc/config/i386/_mulhc3.c delete mode 100644 libgfortran/ISO_Fortran_binding-2-tmpl.h delete mode 100644 libgfortran/ISO_Fortran_binding-3-tmpl.h rename libgfortran/{ISO_Fortran_binding-1-tmpl.h => ISO_Fortran_binding.h} (73%)