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-master-arm-mainline-defconfig in repository toolchain/ci/gcc.
from ef6394205d7 libbacktrace: don't crash if ELF file has no sections adds 92ed82367e7 PR fortran/93499 - ICE on division by zero in declaration s [...] adds 0b83c4fabb8 libstdc++ Enhance thread safety of debug mode iterators adds 13a46321516 i386: Define __ILP32__ and _ILP32 for all 32-bit targets adds e7ae6d32c7d Daily bump. adds 0447929f11e Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow i [...] adds 10a9bf806cf Add caveat about parsing of .gcda and .gcno files. adds 850322dff70 Fix typo in fprofile-prefix-path. adds dbeaa7ab81a Fortran : Spurious warning message with -Wsurprising PR59107 new 7c355156aa2 i386: Vectorize basic V2SFmode operations [PR94913] new fc8f44e06b1 testsuite: Require gnu-tm support for pr94856.C
The 2 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 | 61 ++++++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 2 +- gcc/config/i386/i386-c.c | 2 + gcc/config/i386/i386.c | 6 +- gcc/config/i386/mmx.md | 179 ++++++++++++++++++++++-------- gcc/fortran/ChangeLog | 20 ++++ gcc/fortran/arith.c | 34 ++++++ gcc/fortran/gfortran.h | 5 +- gcc/fortran/interface.c | 5 +- gcc/fortran/resolve.c | 10 +- gcc/gcov-io.h | 8 +- gcc/testsuite/ChangeLog | 26 +++++ gcc/testsuite/g++.dg/ipa/pr94856.C | 1 + gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c | 8 ++ gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c | 8 ++ gcc/testsuite/gcc.dg/tree-ssa/pr83403.h | 30 +++++ gcc/testsuite/gcc.target/i386/pr95046-1.c | 51 +++++++++ gcc/testsuite/gfortran.dg/pr59107.f90 | 11 ++ gcc/testsuite/gfortran.dg/pr93499.f90 | 10 ++ gcc/tree-affine.c | 24 ++-- libstdc++-v3/ChangeLog | 23 ++++ libstdc++-v3/src/c++11/debug.cc | 57 +++++----- 23 files changed, 484 insertions(+), 99 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403.h create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-1.c create mode 100644 gcc/testsuite/gfortran.dg/pr59107.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93499.f90